diff -r 744d6322b05b -r fea40a677d43 hgext/acl.py --- a/hgext/acl.py Sun May 24 02:56:14 2009 -0500 +++ b/hgext/acl.py Sun May 24 02:56:14 2009 -0500 @@ -60,7 +60,7 @@ ui.debug(_('acl: %s enabled, %d entries for user %s\n') % (key, len(pats), user)) if pats: - return match.match(repo.root, '', pats, [], [], 'glob') + return match.match(repo.root, '', pats) return match.never(repo.root, '')