equal
deleted
inserted
replaced
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 |