hgkw/keyword.py
branch0.9.2compat
changeset 581 43bed08dda00
parent 575 fdb3a5bf2c5c
child 589 3cad5778d217
equal deleted inserted replaced
575:fdb3a5bf2c5c 581:43bed08dda00
    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.
    36 
    36 
    37 '''keyword expansion in local repositories
    37 '''keyword expansion in tracked files
    38 
    38 
    39 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    39 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    40 tracked text files selected by your configuration.
    40 tracked text files selected by your configuration.
    41 
    41 
    42 Keywords are only expanded in local repositories and not stored in the
    42 Keywords are only expanded in local repositories and not stored in the