# HG changeset patch # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> # Date 2017-05-01 13:39:50 # 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 --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -51,8 +51,8 @@ samplehgrcs = { # username = Jane Doe <jdoe@example.com> 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 @@ default = %s """# 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