commands: highlighting that rev is based on the remote repository
authortimeless@mozdev.org
Wed, 21 Oct 2009 12:03:14 +0300
changeset 9644 c6b721da201b
parent 9643 013cc052a926
child 9645 02f40b2ece3f
commands: highlighting that rev is based on the remote repository
mercurial/commands.py
--- 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":