# HG changeset patch # User Pierre-Yves David # Date 1493645990 -7200 # Node ID 4d438efb825a38b3ce4aedc0e0260f7807496c0f # Parent 1e0f3723d658190408813a983aea6e766760c7b3 color: reflect the new default in the example hgrc Color is enabled by default so un-commenting the line would not have any effect. We'll point to the help in the next changeset. diff -r 1e0f3723d658 -r 4d438efb825a mercurial/ui.py --- a/mercurial/ui.py Mon May 01 15:38:57 2017 +0200 +++ b/mercurial/ui.py Mon May 01 15:39:50 2017 +0200 @@ -51,8 +51,8 @@ # username = Jane Doe username = -# uncomment to colorize command output -# color = auto +# uncomment to disable color in command output +# color = never [extensions] # uncomment these lines to enable some popular extensions @@ -97,8 +97,8 @@ """# example system-wide hg config (see 'hg help config' for more info) [ui] -# uncomment to colorize command output -# color = auto +# uncomment to disable color in command output +# color = never [extensions] # uncomment these lines to enable some popular extensions