tests/test-keyword.out
branch0.9.2compat
changeset 615 36de1c074e13
parent 607 783774a5eff3
child 638 439e096ce144
equal deleted inserted replaced
613:cae62580bea3 615:36de1c074e13
    10 Example:
    10 Example:
    11     [keyword]
    11     [keyword]
    12     # expand keywords in every python file except those matching "x*"
    12     # expand keywords in every python file except those matching "x*"
    13     **.py =
    13     **.py =
    14     x*    = ignore
    14     x*    = ignore
    15 Note: the more specific you are in your filename patterns the less you lose
    15 NOTE: the more specific you are in your filename patterns the less you lose
    16       speed in huge repositories.
    16 speed in huge repositories.
    17 For [keywordmaps] template mapping and expansion demonstration and control run
    17 For [keywordmaps] template mapping and expansion demonstration and control run
    18 "hg kwdemo".
    18 "hg kwdemo".
    19 An additional date template filter {date|utcdate} is provided.
    19 An additional date template filter {date|utcdate} is provided.
    20 The default template mappings (view with "hg kwdemo -d") can be replaced with
    20 The default template mappings (view with "hg kwdemo -d") can be replaced with
    21 customized keywords and templates. Again, run "hg kwdemo" to control the
    21 customized keywords and templates. Again, run "hg kwdemo" to control the