Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 14853:4731d61cd36b
merge with stable
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 07 Jul 2011 10:34:19 +0200 |
parents | cac04f2f475b d87814992728 |
children | d7b424a03627 |
comparison
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')), |