Show More
@@ -452,8 +452,13 b' def transplant(ui, repo, *revs, **opts):' | |||||
452 | '''transplant changesets from another branch |
|
452 | '''transplant changesets from another branch | |
453 |
|
453 | |||
454 | Selected changesets will be applied on top of the current working |
|
454 | Selected changesets will be applied on top of the current working | |
455 |
directory with the log of the original changeset. |
|
455 | directory with the log of the original changeset. The changesets | |
456 | specified, log messages will have a comment appended of the form:: |
|
456 | are copied and will thus appear twice in the history. Use the | |
|
457 | rebase extension instead if you want to move a whole branch of | |||
|
458 | unpublished changesets. | |||
|
459 | ||||
|
460 | If --log is specified, log messages will have a comment appended | |||
|
461 | of the form:: | |||
457 |
|
462 | |||
458 | (transplanted from CHANGESETHASH) |
|
463 | (transplanted from CHANGESETHASH) | |
459 |
|
464 |
General Comments 0
You need to be logged in to leave comments.
Login now