tests/test-keyword.out
branchkwmap-templates
changeset 152 7ca8e7661609
parent 151 5f3856a6ce56
equal deleted inserted replaced
151:5f3856a6ce56 152:7ca8e7661609
    21 hgrc files.
    21 hgrc files.
    22 
    22 
    23 Example:
    23 Example:
    24      [keyword]
    24      [keyword]
    25      # filename patterns for expansion are configured in this section
    25      # filename patterns for expansion are configured in this section
    26      # files matching patterns with value 'ignore' are ignored
       
    27      **.py =          ## expand keywords in all python files
    26      **.py =          ## expand keywords in all python files
    28      x* = ignore      ## but ignore files matching "x*"
    27      x* = ignore      ## but ignore files matching "x*"
    29      ** = archive     ## keywords in all textfiles are expanded
    28      ** = archive     ## keywords in all textfiles are expanded
    30                       ## when creating a distribution
    29                       ## when creating a distribution
    31      y* = noarchive   ## keywords in files matching "y*" are not expanded
    30      y* = noarchive   ## keywords in files matching "y*" are not expanded