mercurial/commands.py
changeset 31123 df0a0734304a
parent 31110 7fec37746417
child 31166 fad5e299cfc7
equal deleted inserted replaced
31122:53a60e95f154 31123:df0a0734304a
    78     ('q', 'quiet', None, _('suppress output')),
    78     ('q', 'quiet', None, _('suppress output')),
    79     ('v', 'verbose', None, _('enable additional output')),
    79     ('v', 'verbose', None, _('enable additional output')),
    80     ('', 'color', '',
    80     ('', 'color', '',
    81      # i18n: 'always', 'auto', 'never', and 'debug' are keywords
    81      # i18n: 'always', 'auto', 'never', and 'debug' are keywords
    82      # and should not be translated
    82      # and should not be translated
    83      _("when to colorize (boolean, always, auto, never, or debug)"
    83      _("when to colorize (boolean, always, auto, never, or debug)"),
    84        " (EXPERIMENTAL)"),
       
    85      _('TYPE')),
    84      _('TYPE')),
    86     ('', 'config', [],
    85     ('', 'config', [],
    87      _('set/override config option (use \'section.name=value\')'),
    86      _('set/override config option (use \'section.name=value\')'),
    88      _('CONFIG')),
    87      _('CONFIG')),
    89     ('', 'debug', None, _('enable debugging output')),
    88     ('', 'debug', None, _('enable debugging output')),