hgext/keyword.py
changeset 8567 fea40a677d43
parent 8566 744d6322b05b
child 8638 c6483eec6092
--- a/hgext/keyword.py	Sun May 24 02:56:14 2009 -0500
+++ b/hgext/keyword.py	Sun May 24 02:56:14 2009 -0500
@@ -126,7 +126,7 @@
         self.ui = ui
         self.repo = repo
         self.matcher = match.match(repo.root, '', [],
-                                   kwtools['inc'], kwtools['exc'], 'glob')
+                                   kwtools['inc'], kwtools['exc'])
         self.restrict = kwtools['hgcmd'] in restricted.split()
 
         kwmaps = self.ui.configitems('keywordmaps')