mercurial/templater.py
changeset 44589 fc1fa3a07af6
parent 43674 5be909dbe385
child 45198 e2ec36167151
--- a/mercurial/templater.py	Fri Mar 20 23:30:23 2020 -0400
+++ b/mercurial/templater.py	Sun Mar 15 15:12:44 2020 +0900
@@ -45,6 +45,9 @@
 hybriditem
     represents a scalar printable value, also supports % operator.
 
+revslist
+    represents a list of revision numbers.
+
 mappinggenerator, mappinglist
     represents mappings (i.e. a list of dicts), which may have default
     output format.