hgkw/keyword.py
branch0.9.2compat
changeset 589 3cad5778d217
parent 581 43bed08dda00
child 594 748c766e6424
equal deleted inserted replaced
581:43bed08dda00 589:3cad5778d217
    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 tracked files
    37 '''expand keywords 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