# HG changeset patch # User Adrian Buehlmann # Date 2009-09-23 13:57:25 # Node ID a4f6e4427b65be6936d55f8e7ca47980ee790813 # Parent a0e69510018bd95e25cc5cba3b97e894beb0e82f 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. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3093,7 +3093,7 @@ def version_(ui): 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')),