changeset 8682 | cc7da5aae4cd |
parent 8567 | fea40a677d43 |
child 8846 | b30775386d40 |
--- a/hgext/acl.py Sun May 31 17:54:18 2009 -0500 +++ b/hgext/acl.py Sun May 31 17:54:18 2009 -0500 @@ -61,7 +61,7 @@ (key, len(pats), user)) if pats: return match.match(repo.root, '', pats) - return match.never(repo.root, '') + return match.exact(repo.root, '', []) def hook(ui, repo, hooktype, node=None, source=None, **kwargs):