equal
deleted
inserted
replaced
18 # <http://www.selenic.com/mercurial/wiki/index.cgi/KeywordPlan>. |
18 # <http://www.selenic.com/mercurial/wiki/index.cgi/KeywordPlan>. |
19 # |
19 # |
20 # Keyword expansion is based on Mercurial's changeset template mappings. |
20 # Keyword expansion is based on Mercurial's changeset template mappings. |
21 # |
21 # |
22 # Binary files are not touched. |
22 # Binary files are not touched. |
23 # |
|
24 # Setup in hgrc: |
|
25 # |
|
26 # [extensions] |
|
27 # # enable extension |
|
28 # hgext.keyword = |
|
29 # |
23 # |
30 # Files to act upon/ignore are specified in the [keyword] section. |
24 # Files to act upon/ignore are specified in the [keyword] section. |
31 # Customized keyword template mappings in the [keywordmaps] section. |
25 # Customized keyword template mappings in the [keywordmaps] section. |
32 # |
26 # |
33 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. |
27 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. |