Mercurial > hg
changeset 9644:c6b721da201b
commands: highlighting that rev is based on the remote repository
author | timeless@mozdev.org |
---|---|
date | Wed, 21 Oct 2009 12:03:14 +0300 |
parents | 013cc052a926 |
children | 02f40b2ece3f |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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":