match: add some default args stable
authorMatt Mackall <mpm@selenic.com>
Sun, 24 May 2009 02:56:14 -0500
branchstable
changeset 550 8533c85fe57d
parent 549 9084fb1593e6
child 551 ad5b41dddcda
child 553 6d14507dd15f
match: add some default args [ original upstream message ]
hgkw/keyword.py
--- 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')