--- a/mercurial/commands.py Sun Oct 25 12:05:07 2009 +0200
+++ b/mercurial/commands.py Wed Oct 21 12:03:14 2009 +0300
@@ -3486,7 +3486,7 @@
('n', 'newest-first', None, _('show newest record first')),
('', 'bundle', '', _('file to store the bundles into')),
('r', 'rev', [],
- _('a specific revision up to which you would like to pull')),
+ _('a specific remote revision up to which you would like to pull')),
] + logopts + remoteopts,
_('[-p] [-n] [-M] [-f] [-r REV]...'
' [--bundle FILENAME] [SOURCE]')),
@@ -3554,7 +3554,7 @@
('f', 'force', None,
_('run even when remote repository is unrelated')),
('r', 'rev', [],
- _('a specific revision up to which you would like to pull')),
+ _('a specific remote revision up to which you would like to pull')),
] + remoteopts,
_('[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]')),
"^push":