keyword: remove a comment line in help kwmap-templates
authorChristian Ebert <blacktrash@gmx.net>
Thu, 01 Mar 2007 10:22:16 +0100
branchkwmap-templates
changeset 152 7ca8e7661609
parent 151 5f3856a6ce56
child 153 7e97ea52335a
keyword: remove a comment line in help
hgkw/keyword.py
tests/test-keyword.out
--- 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