##// END OF EJS Templates
transplant: avoid the word "rebase" when we mean "transplant"
Martin Geisler -
r13606:1532ed1e stable
parent child Browse files
Show More
@@ -473,9 +473,9 def transplant(ui, repo, *revs, **opts):
473 473 transplanted, otherwise you will be prompted to select the
474 474 changesets you want.
475 475
476 :hg:`transplant --branch REVISION --all` will rebase the selected
477 branch (up to the named revision) onto your current working
478 directory.
476 :hg:`transplant --branch REVISION --all` will transplant the
477 selected branch (up to the named revision) onto your current
478 working directory.
479 479
480 480 You can optionally mark selected transplanted changesets as merge
481 481 changesets. You will not be prompted to transplant any ancestors
General Comments 0
You need to be logged in to leave comments. Login now