hgkw/keyword.py
branchstable
changeset 550 8533c85fe57d
parent 549 9084fb1593e6
child 552 baee5f7bfd32
--- a/hgkw/keyword.py	Sun May 24 02:56:14 2009 -0500
+++ b/hgkw/keyword.py	Sun May 24 02:56:14 2009 -0500
@@ -128,7 +128,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')