comparison hgext/transplant.py @ 16991:1aae34f109fd

consistency: use REV instead of REVISION
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 20 Jun 2012 16:49:04 +0200
parents 38caf405d010
children 0c18aed2fcca
comparison
equal deleted inserted replaced
16990:1dbe8a2b1b96 16991:1aae34f109fd
533 the branch holding the named revision, up to that revision. If 533 the branch holding the named revision, up to that revision. If
534 --all/-a is specified, all changesets on the branch will be 534 --all/-a is specified, all changesets on the branch will be
535 transplanted, otherwise you will be prompted to select the 535 transplanted, otherwise you will be prompted to select the
536 changesets you want. 536 changesets you want.
537 537
538 :hg:`transplant --branch REVISION --all` will transplant the 538 :hg:`transplant --branch REV --all` will transplant the
539 selected branch (up to the named revision) onto your current 539 selected branch (up to the named revision) onto your current
540 working directory. 540 working directory.
541 541
542 You can optionally mark selected transplanted changesets as merge 542 You can optionally mark selected transplanted changesets as merge
543 changesets. You will not be prompted to transplant any ancestors 543 changesets. You will not be prompted to transplant any ancestors