mercurial/commands.py
changeset 9477 a4f6e4427b65
parent 9467 4c041f1ee1b4
child 9508 e2fd9b62349b
equal deleted inserted replaced
9476:a0e69510018b 9477:a4f6e4427b65
  3091 
  3091 
  3092 # Command options and aliases are listed here, alphabetically
  3092 # Command options and aliases are listed here, alphabetically
  3093 
  3093 
  3094 globalopts = [
  3094 globalopts = [
  3095     ('R', 'repository', '',
  3095     ('R', 'repository', '',
  3096      _('repository root directory or symbolic path name')),
  3096      _('repository root directory or name of overlay bundle file')),
  3097     ('', 'cwd', '', _('change working directory')),
  3097     ('', 'cwd', '', _('change working directory')),
  3098     ('y', 'noninteractive', None,
  3098     ('y', 'noninteractive', None,
  3099      _('do not prompt, assume \'yes\' for any required answers')),
  3099      _('do not prompt, assume \'yes\' for any required answers')),
  3100     ('q', 'quiet', None, _('suppress output')),
  3100     ('q', 'quiet', None, _('suppress output')),
  3101     ('v', 'verbose', None, _('enable additional output')),
  3101     ('v', 'verbose', None, _('enable additional output')),