##// END OF EJS Templates
help: document about "export" template keywords
Yuya Nishihara -
r40052:1f12a3ad default
parent child Browse files
Show More
@@ -2033,6 +2033,14 b' def export(ui, repo, *changesets, **opts'
2033
2033
2034 .. container:: verbose
2034 .. container:: verbose
2035
2035
2036 Template:
2037
2038 The following keywords are supported in addition to the common template
2039 keywords and functions. See also :hg:`help templates`.
2040
2041 :diff: String. Diff content.
2042 :parents: List of strings. Parent nodes of the changeset.
2043
2036 Examples:
2044 Examples:
2037
2045
2038 - use export and import to transplant a bugfix to the current
2046 - use export and import to transplant a bugfix to the current
General Comments 0
You need to be logged in to leave comments. Login now