# HG changeset patch # User Adrian Buehlmann # Date 1253714245 -7200 # 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 -r a0e69510018b -r a4f6e4427b65 mercurial/commands.py --- 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')),