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.
This commit is contained in:
Pierre-Yves David 2017-05-01 15:39:50 +02:00
parent 6a7374c4a8
commit d8acfa70c4

View File

@ -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