comparison mercurial/commands.py @ 40016: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 fcad7fdc6474
comparison
equal deleted inserted replaced
40015:c60c1d30a4b2 40016:1f12a3ad93f2
2031 With the --switch-parent option, the diff will be against the 2031 With the --switch-parent option, the diff will be against the
2032 second parent. It can be useful to review a merge. 2032 second parent. It can be useful to review a merge.
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
2039 branch:: 2047 branch::
2040 2048