mercurial/help/templates.txt
changeset 22434 40ce05b50148
parent 22281 05ea941aafdc
child 24587 76c0b4cfa039
equal deleted inserted replaced
22433:ae1932dce9c1 22434:40ce05b50148
    40 ``expr|filter`` is equivalent to ``filter(expr)``.
    40 ``expr|filter`` is equivalent to ``filter(expr)``.
    41 
    41 
    42 In addition to filters, there are some basic built-in functions:
    42 In addition to filters, there are some basic built-in functions:
    43 
    43 
    44 - date(date[, fmt])
    44 - date(date[, fmt])
       
    45 
       
    46 - diff([includepattern [, excludepattern]])
    45 
    47 
    46 - fill(text[, width])
    48 - fill(text[, width])
    47 
    49 
    48 - get(dict, key)
    50 - get(dict, key)
    49 
    51