##// END OF EJS Templates
mention overlay bundle file in global --repository option...
Adrian Buehlmann -
r9477:a4f6e442 default
parent child Browse files
Show More
@@ -3093,7 +3093,7 b' def version_(ui):'
3093
3093
3094 globalopts = [
3094 globalopts = [
3095 ('R', 'repository', '',
3095 ('R', 'repository', '',
3096 _('repository root directory or symbolic path name')),
3096 _('repository root directory or name of overlay bundle file')),
3097 ('', 'cwd', '', _('change working directory')),
3097 ('', 'cwd', '', _('change working directory')),
3098 ('y', 'noninteractive', None,
3098 ('y', 'noninteractive', None,
3099 _('do not prompt, assume \'yes\' for any required answers')),
3099 _('do not prompt, assume \'yes\' for any required answers')),
General Comments 0
You need to be logged in to leave comments. Login now