mercurial/templater.py
changeset 38225 d48b80d58848
parent 38085 e887381e2976
child 38226 7824783a6d5e
equal deleted inserted replaced
38224:61cecab0cc20 38225:d48b80d58848
    23 
    23 
    24 generator
    24 generator
    25     a lazily-evaluated byte string, which is a possibly nested generator of
    25     a lazily-evaluated byte string, which is a possibly nested generator of
    26     values of any printable types, and  will be folded by ``stringify()``
    26     values of any printable types, and  will be folded by ``stringify()``
    27     or ``flatten()``.
    27     or ``flatten()``.
    28 
       
    29     BUG: hgweb overloads this type for mappings (i.e. some hgweb keywords
       
    30     returns a generator of dicts.)
       
    31 
    28 
    32 None
    29 None
    33     sometimes represents an empty value, which can be stringified to ''.
    30     sometimes represents an empty value, which can be stringified to ''.
    34 
    31 
    35 True, False, int, float
    32 True, False, int, float