hgkw/keyword.py
branchstable
changeset 614 6bbf554beea2
parent 611 c50f56b5f4b8
child 620 04781aad754a
equal deleted inserted replaced
612:0d75562ef3b0 614:6bbf554beea2
    43     [keyword]
    43     [keyword]
    44     # expand keywords in every python file except those matching "x*"
    44     # expand keywords in every python file except those matching "x*"
    45     **.py =
    45     **.py =
    46     x*    = ignore
    46     x*    = ignore
    47 
    47 
    48 Note: the more specific you are in your filename patterns the less you lose
    48 NOTE: the more specific you are in your filename patterns the less you lose
    49       speed in huge repositories.
    49 speed in huge repositories.
    50 
    50 
    51 For [keywordmaps] template mapping and expansion demonstration and control run
    51 For [keywordmaps] template mapping and expansion demonstration and control run
    52 "hg kwdemo".
    52 "hg kwdemo".
    53 
    53 
    54 An additional date template filter {date|utcdate} is provided.
    54 An additional date template filter {date|utcdate} is provided.