mercurial/templater.py
changeset 44589 fc1fa3a07af6
parent 43674 5be909dbe385
child 45198 e2ec36167151
equal deleted inserted replaced
44588:2a98b0cd4995 44589:fc1fa3a07af6
    42     represents a list/dict of printable values, which can also be converted
    42     represents a list/dict of printable values, which can also be converted
    43     to mappings by % operator.
    43     to mappings by % operator.
    44 
    44 
    45 hybriditem
    45 hybriditem
    46     represents a scalar printable value, also supports % operator.
    46     represents a scalar printable value, also supports % operator.
       
    47 
       
    48 revslist
       
    49     represents a list of revision numbers.
    47 
    50 
    48 mappinggenerator, mappinglist
    51 mappinggenerator, mappinglist
    49     represents mappings (i.e. a list of dicts), which may have default
    52     represents mappings (i.e. a list of dicts), which may have default
    50     output format.
    53     output format.
    51 
    54