Wednesday, April 27, 2011

A minimal mercurial.ini

A minimal mercurial.ini (or .hgrc):
[ui]
username = Ash
merge = TortoiseMerge
editor = vim
verbose = true

[extensions]
hgext.convert=
color=
purge=

[color]
mode=win32

The reason for the "mode=win32" can be found in this question: colors-in-cygwin-being-displayed-as-raw-ansi-codes.

No comments:

Post a Comment