equal
deleted
inserted
replaced
11 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc |
11 Configuration is done in the [keyword] and [keywordmaps] sections of hgrc |
12 files. |
12 files. |
13 |
13 |
14 Example: |
14 Example: |
15 |
15 |
16 [keyword] |
16 [keyword] |
17 # expand keywords in every python file except those matching "x*" |
17 # expand keywords in every python file except those matching "x*" |
18 **.py = |
18 **.py = |
19 x* = ignore |
19 x* = ignore |
20 |
20 |
21 NOTE: the more specific you are in your filename patterns the less you lose |
21 NOTE: the more specific you are in your filename patterns the less you lose |
22 speed in huge repositories. |
22 speed in huge repositories. |
23 |
23 |
24 For [keywordmaps] template mapping and expansion demonstration and control run |
24 For [keywordmaps] template mapping and expansion demonstration and control run |
52 kwfiles show files configured for keyword expansion |
52 kwfiles show files configured for keyword expansion |
53 kwshrink revert expanded keywords in the working directory |
53 kwshrink revert expanded keywords in the working directory |
54 |
54 |
55 enabled extensions: |
55 enabled extensions: |
56 |
56 |
57 keyword expand keywords in tracked files |
57 keyword expand keywords in tracked files |
58 mq manage a stack of patches |
58 mq manage a stack of patches |
59 notify hooks for sending email notifications at commit/push time |
59 notify hooks for sending email notifications at commit/push time |
60 |
60 |
61 use "hg -v help keyword" to show aliases and global options |
61 use "hg -v help keyword" to show aliases and global options |
62 % hg kwdemo |
62 % hg kwdemo |
63 [extensions] |
63 [extensions] |
64 hgext.keyword = |
64 hgext.keyword = |