Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 9477:a4f6e4427b65
mention overlay bundle file in global --repository option
see http://mercurial.selenic.com/wiki/LookingIntoBundles
Drop mentioning symbolic path names for the sake of brevity. This is
a common feature of path options anyway.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Wed, 23 Sep 2009 15:57:25 +0200 |
parents | 4c041f1ee1b4 |
children | e2fd9b62349b |
comparison
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')), |