tests/test-keyword.out
branchstable
changeset 529 7197324dfa4d
parent 527 59cb740ebf83
child 545 c937a2e35411
equal deleted inserted replaced
527:59cb740ebf83 529:7197324dfa4d
    17     # expand keywords in every python file except those matching "x*"
    17     # expand keywords in every python file except those matching "x*"
    18     **.py =
    18     **.py =
    19     x*    = ignore
    19     x*    = ignore
    20 
    20 
    21 Note: the more specific you are in your filename patterns
    21 Note: the more specific you are in your filename patterns
    22       the less you lose speed in huge repos.
    22       the less you lose speed in huge repositories.
    23 
    23 
    24 For [keywordmaps] template mapping and expansion demonstration and
    24 For [keywordmaps] template mapping and expansion demonstration and
    25 control run "hg kwdemo".
    25 control run "hg kwdemo".
    26 
    26 
    27 An additional date template filter {date|utcdate} is provided.
    27 An additional date template filter {date|utcdate} is provided.