hgkw/keyword.py
branch0.9.2compat
changeset 673 b94f7991f06b
parent 672 0d7642e39cfe
child 678 5684a76da263
equal deleted inserted replaced
672:0d7642e39cfe 673:b94f7991f06b
    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.