# HG changeset patch # User Martin Geisler # Date 1300016675 -3600 # Node ID 1532ed1e50ca5d1a60fa09c31b9a6b5d1fbed82f # Parent 888ec2650c2de9d79620f8284b40f5fcd632bea4 transplant: avoid the word "rebase" when we mean "transplant" diff --git a/hgext/transplant.py b/hgext/transplant.py --- a/hgext/transplant.py +++ b/hgext/transplant.py @@ -473,9 +473,9 @@ transplanted, otherwise you will be prompted to select the changesets you want. - :hg:`transplant --branch REVISION --all` will rebase the selected - branch (up to the named revision) onto your current working - directory. + :hg:`transplant --branch REVISION --all` will transplant the + selected branch (up to the named revision) onto your current + working directory. You can optionally mark selected transplanted changesets as merge changesets. You will not be prompted to transplant any ancestors