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