hgext/keyword.py
changeset 29973 862ab1cdb218
parent 29852 d5883fd055c6
child 30336 eac5c1737f79
equal deleted inserted replaced
29972:0342bf292f73 29973:862ab1cdb218
    22 # Binary files are not touched.
    22 # Binary files are not touched.
    23 #
    23 #
    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 '''expand keywords 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.