hgkw/keyword.py
branchkwmap-templates
changeset 117 201e9affcf0f
parent 116 265714c59607
child 118 d9cea05cb74c
--- a/hgkw/keyword.py	Sat Jan 20 01:55:22 2007 +0100
+++ b/hgkw/keyword.py	Sat Jan 20 22:18:57 2007 +0100
@@ -107,7 +107,6 @@
         else:
             exc.append(pat)
     if not inc:
-        ui.debug(_('keyword: no filename globs for substitution\n'))
         return []
     kwfmatcher = util.matcher(repo.root, inc=inc, exc=['.hg*']+exc)[1]
     return [f for f in files if kwfmatcher(f)]