##// END OF EJS Templates
transplant: better reST formatting
Martin Geisler -
r9200:6b4c527c default
parent child Browse files
Show More
@@ -439,9 +439,9 b' def transplant(ui, repo, *revs, **opts):'
439
439
440 Selected changesets will be applied on top of the current working
440 Selected changesets will be applied on top of the current working
441 directory with the log of the original changeset. If --log is specified,
441 directory with the log of the original changeset. If --log is specified,
442 log messages will have a comment appended of the form:
442 log messages will have a comment appended of the form::
443
443
444 (transplanted from CHANGESETHASH)
444 (transplanted from CHANGESETHASH)
445
445
446 You can rewrite the changelog message with the --filter option. Its
446 You can rewrite the changelog message with the --filter option. Its
447 argument will be invoked with the current changelog message as $1 and the
447 argument will be invoked with the current changelog message as $1 and the
General Comments 0
You need to be logged in to leave comments. Login now