equal
deleted
inserted
replaced
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 |