Is there a way to enable color support for Mercurial in Powershell on Windows 7? The ColorExtension page says to add
[color]
mode = win32
to your .hgrc
file, but it doesn't seem to make a difference.
Running hg status
shows several files that have not yet been added to the repository, and I believe they should have a pink color (based off other terminals I've seen). This is what's displayed instead:
←[0;35;1;4m? samplefile.php←[0m
←[0;35;1;4m? anotherfile.php←[0m
←[0;35;1;4m? derpderp.xml←[0m
←[0;35;1;4m? derp_model.php←[0m
←[0;35;1;4m? stillnocolor.php←[0m