hgkw/keyword.py
branchstable
changeset 582 9ce1481a6c3f
parent 579 1dc66cff9dd5
child 584 763d20224433
equal deleted inserted replaced
580:a5db6cec7863 582:9ce1481a6c3f
    18 # <http://www.selenic.com/mercurial/wiki/index.cgi/KeywordPlan>.
    18 # <http://www.selenic.com/mercurial/wiki/index.cgi/KeywordPlan>.
    19 #
    19 #
    20 # Keyword expansion is based on Mercurial's changeset template mappings.
    20 # Keyword expansion is based on Mercurial's changeset template mappings.
    21 #
    21 #
    22 # Binary files are not touched.
    22 # Binary files are not touched.
    23 #
       
    24 # Setup in hgrc:
       
    25 #
       
    26 #   [extensions]
       
    27 #   # enable extension
       
    28 #   hgext.keyword =
       
    29 #
    23 #
    30 # Files to act upon/ignore are specified in the [keyword] section.
    24 # Files to act upon/ignore are specified in the [keyword] section.
    31 # Customized keyword template mappings in the [keywordmaps] section.
    25 # Customized keyword template mappings in the [keywordmaps] section.
    32 #
    26 #
    33 # 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.