<div dir="ltr"><div class="gmail_quote">On Wed, Mar 23, 2011 at 23:21, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hg diff --last src/makefile</blockquote></div><br><div>hg log -p src/makefile</div><div><br></div><div><br></div><div>If you haven't done it already, definitely enable the pager and color extensions by editing ~/.hgrc:</div>
<div><br></div><div>[extensions]</div><div>pager =</div><div>color =</div><div><br></div><div>[pager]</div><div>pager = less</div><div><br></div><div><br></div><div>Inside Emacs, I frequently use "M-x xhg-ann" and "M-x xhg-log" from <a href="http://download.gna.org/dvc/">http://download.gna.org/dvc/</a></div>
</div>