hgkw/keyword.py
changeset 579 1dc66cff9dd5
parent 577 0cdbdf79d5e9
child 582 9ce1481a6c3f
equal deleted inserted replaced
578:b9b551e18502 579:1dc66cff9dd5
    30 # Files to act upon/ignore are specified in the [keyword] section.
    30 # Files to act upon/ignore are specified in the [keyword] section.
    31 # Customized keyword template mappings in the [keywordmaps] section.
    31 # Customized keyword template mappings in the [keywordmaps] section.
    32 #
    32 #
    33 # 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.
    34 
    34 
    35 '''keyword expansion in local repositories
    35 '''keyword expansion in tracked files
    36 
    36 
    37 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    37 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    38 tracked text files selected by your configuration.
    38 tracked text files selected by your configuration.
    39 
    39 
    40 Keywords are only expanded in local repositories and not stored in the
    40 Keywords are only expanded in local repositories and not stored in the