hgkw/keyword.py
branch0.9.2compat
changeset 615 36de1c074e13
parent 613 cae62580bea3
child 616 0b02f86cfb89
equal deleted inserted replaced
613:cae62580bea3 615:36de1c074e13
    51     [keyword]
    51     [keyword]
    52     # expand keywords in every python file except those matching "x*"
    52     # expand keywords in every python file except those matching "x*"
    53     **.py =
    53     **.py =
    54     x*    = ignore
    54     x*    = ignore
    55 
    55 
    56 Note: the more specific you are in your filename patterns the less you lose
    56 NOTE: the more specific you are in your filename patterns the less you lose
    57       speed in huge repositories.
    57 speed in huge repositories.
    58 
    58 
    59 For [keywordmaps] template mapping and expansion demonstration and control run
    59 For [keywordmaps] template mapping and expansion demonstration and control run
    60 "hg kwdemo".
    60 "hg kwdemo".
    61 
    61 
    62 An additional date template filter {date|utcdate} is provided.
    62 An additional date template filter {date|utcdate} is provided.