Skip to Content

My favorite Mercurial extension

What's your favorite Mercurial extension?  Mine is the color extension!
It does all sorts of amazing syntax coloring for you, right on your consoles.  It basically makes all the diff outputs from hg colorized, and also modifies the status and qseries commands output to print the patch names in color based on their status.  And enabling it is as easy as putting the following two lines in your ~/.hgrc.  Of course, you can go all crazy and customize it all, but I find the default choice of colors mostly good (except for underlining stuff which makes them harder to read in my opinion.)

[extensions]
color =

Yes, it doesn't simplify your workflow, and it doesn't really do anything cool, SCM-wise, but trust me, once you enable it and get used to it, you can never go back to the usual dull hg output on your console.

Trackback URL for this post:

http://ehsanakhgari.org/trackback/102

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.