mercurial/ui.py
branchstable
changeset 32093 4d438efb825a
parent 32078 bf5e13e38390
child 32094 2de67783dd31
--- 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 <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 @@
 """# 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