hgkw/keyword.py
changeset 569 cd5da00e93cd
parent 563 353fad43ad99
child 573 197aeca9108a
equal deleted inserted replaced
568:060df226baff 569:cd5da00e93cd
    23 #
    23 #
    24 # Setup in hgrc:
    24 # Setup in hgrc:
    25 #
    25 #
    26 #   [extensions]
    26 #   [extensions]
    27 #   # enable extension
    27 #   # enable extension
    28 #   keyword = /full/path/to/hgkw/keyword.py
    28 #   hgext.keyword =
    29 #   # or, if script in canonical hgext folder:
       
    30 #   # hgext.keyword =
       
    31 #
    29 #
    32 # Files to act upon/ignore are specified in the [keyword] section.
    30 # Files to act upon/ignore are specified in the [keyword] section.
    33 # Customized keyword template mappings in the [keywordmaps] section.
    31 # Customized keyword template mappings in the [keywordmaps] section.
    34 #
    32 #
    35 # Run "hg help keyword" and "hg kwdemo" to get info on configuration.
    33 # Run "hg help keyword" and "hg kwdemo" to get info on configuration.