mercurial/help/templates.txt
changeset 32970 61b60b28c381
parent 32893 c8f2cf18b82e
child 34535 78590585c0db
--- a/mercurial/help/templates.txt	Sat Jun 17 16:32:20 2017 +0900
+++ b/mercurial/help/templates.txt	Sat Apr 22 21:29:00 2017 +0900
@@ -117,6 +117,15 @@
 but be aware that the keywords cannot be overridden by templates. For example,
 a template defined as ``templates.rev`` cannot be referenced as ``{rev}``.
 
+A template defined in ``templates`` section may have sub templates which
+are inserted before/after/between items::
+
+  [templates]
+  myjson = ' {dict(rev, node|short)|json}'
+  myjson:docheader = '\{\n'
+  myjson:docfooter = '\n}\n'
+  myjson:separator = ',\n'
+
 Examples
 ========