mercurial/help/templates.txt
changeset 25596 c1975809a6b5
parent 25348 f26efa4f0eff
child 25786 35fa7c77c754
equal deleted inserted replaced
25595:a7dd6692e5cb 25596:c1975809a6b5
    44 .. functionsmarker
    44 .. functionsmarker
    45 
    45 
    46 Also, for any expression that returns a list, there is a list operator:
    46 Also, for any expression that returns a list, there is a list operator:
    47 
    47 
    48 - expr % "{template}"
    48 - expr % "{template}"
       
    49 
       
    50 As seen in the above example, "{template}" is interpreted as a template.
       
    51 To prevent it from being interpreted, you can use an escape character "\{"
       
    52 or a raw string prefix, "r'...'".
    49 
    53 
    50 Some sample command line templates:
    54 Some sample command line templates:
    51 
    55 
    52 - Format lists, e.g. files::
    56 - Format lists, e.g. files::
    53 
    57