Mercurial > hg-stable
changeset 40017:1f12a3ad93f2
help: document about "export" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 03 Oct 2018 22:48:19 +0900 |
parents | c60c1d30a4b2 |
children | 426cb2859013 |
files | mercurial/commands.py |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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