diff -r 744d6322b05b -r fea40a677d43 mercurial/localrepo.py --- a/mercurial/localrepo.py Sun May 24 02:56:14 2009 -0500 +++ b/mercurial/localrepo.py Sun May 24 02:56:14 2009 -0500 @@ -528,7 +528,7 @@ for pat, cmd in self.ui.configitems(filter): if cmd == '!': continue - mf = match_.match(self.root, '', [pat], [], [], 'glob') + mf = match_.match(self.root, '', [pat]) fn = None params = cmd for name, filterfn in self._datafilters.iteritems():