hgext/acl.py
changeset 8567 fea40a677d43
parent 8566 744d6322b05b
child 8682 cc7da5aae4cd
--- 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, '')