mercurial/templater.py
changeset 40475 8fa26f3baf30
parent 39582 28f974d83c0a
child 40618 ff8b2886c492
--- a/mercurial/templater.py	Fri Oct 26 21:28:20 2018 +0900
+++ b/mercurial/templater.py	Fri Oct 19 21:11:30 2018 +0900
@@ -49,6 +49,10 @@
     represents mappings (i.e. a list of dicts), which may have default
     output format.
 
+mappingdict
+    represents a single mapping (i.e. a dict), which may have default output
+    format.
+
 mappedgenerator
     a lazily-evaluated list of byte strings, which is e.g. a result of %
     operation.