equal
deleted
inserted
replaced
25 # |
25 # |
26 # [extensions] |
26 # [extensions] |
27 # # enable extension |
27 # # enable extension |
28 # keyword = /full/path/to/hgkw/keyword.py |
28 # keyword = /full/path/to/hgkw/keyword.py |
29 # # or, if script in canonical hgext folder: |
29 # # or, if script in canonical hgext folder: |
30 # # hgext.keyword = |
30 # # keyword = |
31 # |
31 # |
32 # Files to act upon/ignore are specified in the [keyword] section. |
32 # Files to act upon/ignore are specified in the [keyword] section. |
33 # Customized keyword template mappings in the [keywordmaps] section. |
33 # Customized keyword template mappings in the [keywordmaps] section. |
34 # |
34 # |
35 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. |
35 # Run "hg help keyword" and "hg kwdemo" to get info on configuration. |