# HG changeset patch # User Yuya Nishihara # Date 1538574499 -32400 # Node ID 1f12a3ad93f29ebbb0018a6b439d5d8c18ae987b # Parent c60c1d30a4b22d643f777417d88c4383a8ae3f30 help: document about "export" template keywords diff -r c60c1d30a4b2 -r 1f12a3ad93f2 mercurial/commands.py --- 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