Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 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 | 7d17794f08a9 |
children | 02f40b2ece3f |
comparison
equal
deleted
inserted
replaced
9643:013cc052a926 | 9644:c6b721da201b |
---|---|
3484 [('f', 'force', None, | 3484 [('f', 'force', None, |
3485 _('run even when remote repository is unrelated')), | 3485 _('run even when remote repository is unrelated')), |
3486 ('n', 'newest-first', None, _('show newest record first')), | 3486 ('n', 'newest-first', None, _('show newest record first')), |
3487 ('', 'bundle', '', _('file to store the bundles into')), | 3487 ('', 'bundle', '', _('file to store the bundles into')), |
3488 ('r', 'rev', [], | 3488 ('r', 'rev', [], |
3489 _('a specific revision up to which you would like to pull')), | 3489 _('a specific remote revision up to which you would like to pull')), |
3490 ] + logopts + remoteopts, | 3490 ] + logopts + remoteopts, |
3491 _('[-p] [-n] [-M] [-f] [-r REV]...' | 3491 _('[-p] [-n] [-M] [-f] [-r REV]...' |
3492 ' [--bundle FILENAME] [SOURCE]')), | 3492 ' [--bundle FILENAME] [SOURCE]')), |
3493 "^init": | 3493 "^init": |
3494 (init, | 3494 (init, |
3552 [('u', 'update', None, | 3552 [('u', 'update', None, |
3553 _('update to new tip if changesets were pulled')), | 3553 _('update to new tip if changesets were pulled')), |
3554 ('f', 'force', None, | 3554 ('f', 'force', None, |
3555 _('run even when remote repository is unrelated')), | 3555 _('run even when remote repository is unrelated')), |
3556 ('r', 'rev', [], | 3556 ('r', 'rev', [], |
3557 _('a specific revision up to which you would like to pull')), | 3557 _('a specific remote revision up to which you would like to pull')), |
3558 ] + remoteopts, | 3558 ] + remoteopts, |
3559 _('[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]')), | 3559 _('[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]')), |
3560 "^push": | 3560 "^push": |
3561 (push, | 3561 (push, |
3562 [('f', 'force', None, _('force push')), | 3562 [('f', 'force', None, _('force push')), |