mercurial/commands.py
changeset 31110 7fec37746417
parent 31104 8346b2f09e79
child 31123 df0a0734304a
--- a/mercurial/commands.py	Tue Feb 28 11:42:07 2017 +0100
+++ b/mercurial/commands.py	Sat Feb 25 19:44:23 2017 +0100
@@ -77,7 +77,7 @@
      _('do not prompt, automatically pick the first choice for all prompts')),
     ('q', 'quiet', None, _('suppress output')),
     ('v', 'verbose', None, _('enable additional output')),
-    ('', 'color', 'never',
+    ('', 'color', '',
      # i18n: 'always', 'auto', 'never', and 'debug' are keywords
      # and should not be translated
      _("when to colorize (boolean, always, auto, never, or debug)"