##// END OF EJS Templates
Make clear that hg pull -r REV pulls "up to" a revision....
Giorgos Keramidas -
r2878:982c3237 default
parent child Browse files
Show More
@@ -2964,7 +2964,7 b' table = {'
2964 ('n', 'newest-first', None, _('show newest record first')),
2964 ('n', 'newest-first', None, _('show newest record first')),
2965 ('', 'bundle', '', _('file to store the bundles into')),
2965 ('', 'bundle', '', _('file to store the bundles into')),
2966 ('p', 'patch', None, _('show patch')),
2966 ('p', 'patch', None, _('show patch')),
2967 ('r', 'rev', [], _('a specific revision you would like to pull')),
2967 ('r', 'rev', [], _('a specific revision up to which you would like to pull')),
2968 ('', 'template', '', _('display with template')),
2968 ('', 'template', '', _('display with template')),
2969 ('e', 'ssh', '', _('specify ssh command to use')),
2969 ('e', 'ssh', '', _('specify ssh command to use')),
2970 ('', 'remotecmd', '',
2970 ('', 'remotecmd', '',
@@ -3039,7 +3039,7 b' table = {'
3039 ('e', 'ssh', '', _('specify ssh command to use')),
3039 ('e', 'ssh', '', _('specify ssh command to use')),
3040 ('f', 'force', None,
3040 ('f', 'force', None,
3041 _('run even when remote repository is unrelated')),
3041 _('run even when remote repository is unrelated')),
3042 ('r', 'rev', [], _('a specific revision you would like to pull')),
3042 ('r', 'rev', [], _('a specific revision up to which you would like to pull')),
3043 ('', 'remotecmd', '',
3043 ('', 'remotecmd', '',
3044 _('specify hg command to run on the remote side'))],
3044 _('specify hg command to run on the remote side'))],
3045 _('hg pull [-u] [-r REV]... [-e FILE] [--remotecmd FILE] [SOURCE]')),
3045 _('hg pull [-u] [-r REV]... [-e FILE] [--remotecmd FILE] [SOURCE]')),
General Comments 0
You need to be logged in to leave comments. Login now