# HG changeset patch # User Matt Mackall # Date 1243151774 18000 # Node ID 8533c85fe57dac6593d133ba0e668e2f7287de4b # Parent 9084fb1593e6a5ad89f05245c9496bfe9e0c8451 match: add some default args [ original upstream message ] diff -r 9084fb1593e6 -r 8533c85fe57d 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')