mercurial/templater.py
changeset 40935 4591c9791a82
parent 40618 ff8b2886c492
child 43076 2372284d9457
--- a/mercurial/templater.py	Wed Dec 12 22:19:57 2018 +0900
+++ b/mercurial/templater.py	Wed Dec 12 22:45:02 2018 +0900
@@ -53,6 +53,10 @@
     represents a single mapping (i.e. a dict), which may have default output
     format.
 
+mappingnone
+    represents None of Optional[mappable], which will be mapped to an empty
+    string by % operation.
+
 mappedgenerator
     a lazily-evaluated list of byte strings, which is e.g. a result of %
     operation.