tests/test-keyword.out
branchstable
changeset 614 6bbf554beea2
parent 606 7f928c9d56d0
child 618 f9e8e4992b7e
equal deleted inserted replaced
612:0d75562ef3b0 614:6bbf554beea2
    16     [keyword]
    16     [keyword]
    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 the less you lose
    21 NOTE: the more specific you are in your filename patterns the less you lose
    22       speed in huge repositories.
    22 speed in huge repositories.
    23 
    23 
    24 For [keywordmaps] template mapping and expansion demonstration and control run
    24 For [keywordmaps] template mapping and expansion demonstration and control run
    25 "hg kwdemo".
    25 "hg kwdemo".
    26 
    26 
    27 An additional date template filter {date|utcdate} is provided.
    27 An additional date template filter {date|utcdate} is provided.