mercurial/commands.py
branchstable
changeset 14849 d87814992728
parent 14755 6ba51c81ff75
child 14853 4731d61cd36b
child 14903 a934b9249574
equal deleted inserted replaced
14843:e9264b45237d 14849:d87814992728
    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')),