--- a/hgkw/keyword.py Sat Feb 24 11:56:08 2007 +0100
+++ b/hgkw/keyword.py Thu Mar 01 10:22:16 2007 +0100
@@ -59,7 +59,6 @@
Example:
[keyword]
# filename patterns for expansion are configured in this section
- # files matching patterns with value 'ignore' are ignored
**.py = ## expand keywords in all python files
x* = ignore ## but ignore files matching "x*"
** = archive ## keywords in all textfiles are expanded
--- a/tests/test-keyword.out Sat Feb 24 11:56:08 2007 +0100
+++ b/tests/test-keyword.out Thu Mar 01 10:22:16 2007 +0100
@@ -23,7 +23,6 @@
Example:
[keyword]
# filename patterns for expansion are configured in this section
- # files matching patterns with value 'ignore' are ignored
**.py = ## expand keywords in all python files
x* = ignore ## but ignore files matching "x*"
** = archive ## keywords in all textfiles are expanded