Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Sep 23 15:54:43 2009 +0200 +++ b/mercurial/commands.py Wed Sep 23 15:57:25 2009 +0200 @@ -3093,7 +3093,7 @@ globalopts = [ ('R', 'repository', '', - _('repository root directory or symbolic path name')), + _('repository root directory or name of overlay bundle file')), ('', 'cwd', '', _('change working directory')), ('y', 'noninteractive', None, _('do not prompt, assume \'yes\' for any required answers')),