changeset 16767 | 363bde4224c8 |
parent 16766 | 9d778f80ad2a |
child 16956 | c49cf339b5bb |
--- a/hgext/acl.py Fri May 18 13:47:44 2012 -0300 +++ b/hgext/acl.py Fri May 18 13:50:02 2012 -0300 @@ -203,8 +203,7 @@ # Path-based ACL if pats: return match.match(repo.root, '', pats) - return match.exact(repo.root, '', []) - + return util.never def hook(ui, repo, hooktype, node=None, source=None, **kwargs): if hooktype not in ['pretxnchangegroup', 'pretxncommit']: