hgkw/keyword.py
changeset 585 58569d4d0aec
parent 584 763d20224433
child 590 527257649f20
equal deleted inserted replaced
583:d5882243b1f9 585:58569d4d0aec
    24 # Files to act upon/ignore are specified in the [keyword] section.
    24 # Files to act upon/ignore are specified in the [keyword] section.
    25 # Customized keyword template mappings in the [keywordmaps] section.
    25 # Customized keyword template mappings in the [keywordmaps] section.
    26 #
    26 #
    27 # Run "hg help keyword" and "hg kwdemo" to get info on configuration.
    27 # Run "hg help keyword" and "hg kwdemo" to get info on configuration.
    28 
    28 
    29 '''keyword expansion in tracked files
    29 '''expand keywords in tracked files
    30 
    30 
    31 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    31 This extension expands RCS/CVS-like or self-customized $Keywords$ in
    32 tracked text files selected by your configuration.
    32 tracked text files selected by your configuration.
    33 
    33 
    34 Keywords are only expanded in local repositories and not stored in the
    34 Keywords are only expanded in local repositories and not stored in the