mercurial/commands.py
changeset 31121 8346b2f09e79
parent 31098 be74ce1b930f
child 31127 7fec37746417
--- a/mercurial/commands.py	Tue Feb 21 17:51:43 2017 +0100
+++ b/mercurial/commands.py	Tue Feb 21 18:09:21 2017 +0100
@@ -77,6 +77,12 @@
      _('do not prompt, automatically pick the first choice for all prompts')),
     ('q', 'quiet', None, _('suppress output')),
     ('v', 'verbose', None, _('enable additional output')),
+    ('', 'color', 'never',
+     # i18n: 'always', 'auto', 'never', and 'debug' are keywords
+     # and should not be translated
+     _("when to colorize (boolean, always, auto, never, or debug)"
+       " (EXPERIMENTAL)"),
+     _('TYPE')),
     ('', 'config', [],
      _('set/override config option (use \'section.name=value\')'),
      _('CONFIG')),