mercurial/templater.py
changeset 40935 4591c9791a82
parent 40618 ff8b2886c492
child 43076 2372284d9457
equal deleted inserted replaced
40934:d3e688b9ef2e 40935:4591c9791a82
    50     output format.
    50     output format.
    51 
    51 
    52 mappingdict
    52 mappingdict
    53     represents a single mapping (i.e. a dict), which may have default output
    53     represents a single mapping (i.e. a dict), which may have default output
    54     format.
    54     format.
       
    55 
       
    56 mappingnone
       
    57     represents None of Optional[mappable], which will be mapped to an empty
       
    58     string by % operation.
    55 
    59 
    56 mappedgenerator
    60 mappedgenerator
    57     a lazily-evaluated list of byte strings, which is e.g. a result of %
    61     a lazily-evaluated list of byte strings, which is e.g. a result of %
    58     operation.
    62     operation.
    59 """
    63 """