changeset 37499 | 75c13343cf38 |
parent 37399 | 0b64416224d9 |
child 37501 | 0f4de9c27973 |
--- a/mercurial/templater.py Thu Jan 18 12:54:01 2018 +0100 +++ b/mercurial/templater.py Sun Mar 18 23:36:52 2018 +0900 @@ -48,6 +48,10 @@ mappinggenerator, mappinglist represents mappings (i.e. a list of dicts), which may have default output format. + +mappedgenerator + a lazily-evaluated list of byte strings, which is e.g. a result of % + operation. """ from __future__ import absolute_import, print_function