# HG changeset patch # User Yuya Nishihara # Date 2018-10-03 13:48:19 # Node ID 1f12a3ad93f29ebbb0018a6b439d5d8c18ae987b # Parent c60c1d30a4b22d643f777417d88c4383a8ae3f30 help: document about "export" template keywords diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2033,6 +2033,14 @@ def export(ui, repo, *changesets, **opts .. 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