I have a Mercurial server using mercurial-server. I edited access.conf
in hgadmin
repo as follows:
deny repo=a/b
read user=x/**
read user=y/**
write repo=a/b user=x/abc
write repo=a/b user=y/z
But user z
still can't access this repo. Any ideas?
The documentation mentions:
So the path of z's key might be wrong, or the path of the repo is off.
Other possibility: Maybe a deny rule (applicable for user
z
) is found first.