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