Mercurial > hg-stable
changeset 13605:888ec2650c2d stable
transplant: explain that changesets are copied, not moved
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 13 Mar 2011 12:43:52 +0100 |
parents | bcc59cb3714d |
children | 1532ed1e50ca |
files | hgext/transplant.py |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/transplant.py Sat Mar 12 16:00:54 2011 +0100 +++ b/hgext/transplant.py Sun Mar 13 12:43:52 2011 +0100 @@ -452,8 +452,13 @@ '''transplant changesets from another branch Selected changesets will be applied on top of the current working - directory with the log of the original changeset. If --log is - specified, log messages will have a comment appended of the form:: + directory with the log of the original changeset. The changesets + are copied and will thus appear twice in the history. Use the + rebase extension instead if you want to move a whole branch of + unpublished changesets. + + If --log is specified, log messages will have a comment appended + of the form:: (transplanted from CHANGESETHASH)