mercurial/commands.py
changeset 14853 4731d61cd36b
parent 14852 cac04f2f475b
parent 14849 d87814992728
child 14874 d7b424a03627
equal deleted inserted replaced
14852:cac04f2f475b 14853:4731d61cd36b
    29      _('repository root directory or name of overlay bundle file'),
    29      _('repository root directory or name of overlay bundle file'),
    30      _('REPO')),
    30      _('REPO')),
    31     ('', 'cwd', '',
    31     ('', 'cwd', '',
    32      _('change working directory'), _('DIR')),
    32      _('change working directory'), _('DIR')),
    33     ('y', 'noninteractive', None,
    33     ('y', 'noninteractive', None,
    34      _('do not prompt, assume \'yes\' for any required answers')),
    34      _('do not prompt, automatically pick the first choice for all prompts')),
    35     ('q', 'quiet', None, _('suppress output')),
    35     ('q', 'quiet', None, _('suppress output')),
    36     ('v', 'verbose', None, _('enable additional output')),
    36     ('v', 'verbose', None, _('enable additional output')),
    37     ('', 'config', [],
    37     ('', 'config', [],
    38      _('set/override config option (use \'section.name=value\')'),
    38      _('set/override config option (use \'section.name=value\')'),
    39      _('CONFIG')),
    39      _('CONFIG')),