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.
--- 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')),