Mercurial > hg-stable
changeset 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 | a0e69510018b |
children | 32ec70799172 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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')),