author | Yuya Nishihara <yuya@tcha.org> |
Wed, 03 Oct 2018 22:48:19 +0900 | |
changeset 40016 | 1f12a3ad93f2 |
parent 40015 | c60c1d30a4b2 |
child 40017 | 426cb2859013 |
--- a/mercurial/commands.py Wed Oct 03 22:43:57 2018 +0900 +++ b/mercurial/commands.py Wed Oct 03 22:48:19 2018 +0900 @@ -2033,6 +2033,14 @@ .. container:: verbose + Template: + + The following keywords are supported in addition to the common template + keywords and functions. See also :hg:`help templates`. + + :diff: String. Diff content. + :parents: List of strings. Parent nodes of the changeset. + Examples: - use export and import to transplant a bugfix to the current