[yt-dev] Some useful mercurial extensions
Nathan Goldbaum
nathan12343 at gmail.com
Tue Aug 7 17:19:28 PDT 2012
Hi all,
Sam Skillman posted a link to a very useful listing of mercurial extensions on google+ from a stackoverflow discussion. They're so useful that I want to bring them to the attention of the yt and enzo development community.
http://stackoverflow.com/questions/1869040/what-are-the-best-and-must-have-hg-mercurial-extensions
To turn on any of the extensions, you'll need to add an [extensions] section to your hgrc (if it's not already there) and under that heading turn on the extensions you want to use. Here's what mine looks like right now:
[extensions]
mq =
config = /u/ngoldbau/Tools/yt-x86_64/src/yt-supplemental/cedit
hgbb = /u/ngoldbau/Tools/yt-x86_64/src/yt-supplemental/hgbb/hgbb.py
hgext.extdiff =
color =
pager =
fetch =
graphlog =
record =
The color and pager extensions are particularly revolutionary for my usual mercurial workflow.
Hope others find this as useful as I do :)
Cheers,
-Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-dev-spacepope.org/attachments/20120807/e13a089e/attachment.htm>
More information about the yt-dev
mailing list