hgkw/keyword.py
branchkwmap-templates
changeset 152 7ca8e7661609
parent 149 0c8b7e5c25a6
child 153 7e97ea52335a
equal deleted inserted replaced
151:5f3856a6ce56 152:7ca8e7661609
    57 hgrc files.
    57 hgrc files.
    58 
    58 
    59 Example:
    59 Example:
    60      [keyword]
    60      [keyword]
    61      # filename patterns for expansion are configured in this section
    61      # filename patterns for expansion are configured in this section
    62      # files matching patterns with value 'ignore' are ignored
       
    63      **.py =          ## expand keywords in all python files
    62      **.py =          ## expand keywords in all python files
    64      x* = ignore      ## but ignore files matching "x*"
    63      x* = ignore      ## but ignore files matching "x*"
    65      ** = archive     ## keywords in all textfiles are expanded
    64      ** = archive     ## keywords in all textfiles are expanded
    66                       ## when creating a distribution
    65                       ## when creating a distribution
    67      y* = noarchive   ## keywords in files matching "y*" are not expanded
    66      y* = noarchive   ## keywords in files matching "y*" are not expanded