changeset 13606:1532ed1e50ca stable

transplant: avoid the word "rebase" when we mean "transplant"
author Martin Geisler <mg@lazybytes.net>
date Sun, 13 Mar 2011 12:44:35 +0100
parents 888ec2650c2d
children 2151703e7f84 7359cb753a54
files hgext/transplant.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/transplant.py	Sun Mar 13 12:43:52 2011 +0100
+++ b/hgext/transplant.py	Sun Mar 13 12:44:35 2011 +0100
@@ -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