diff -r c1997c5d1ae3 -r 8346b2f09e79 mercurial/commands.py --- 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')),