hg access control

Posted by andreas buykx on Stack Overflow See other posts from Stack Overflow or by andreas buykx
Published on 2010-04-05T07:31:09Z Indexed on 2010/04/05 7:33 UTC
Read the original article Hit count: 233

Filed under:

Me and a couple of colleagues are starting to use mercurial, and we want to have a shared repository that would contain our QC-ed changes. Each of the developers hg clones the repository and pushes his changes back to the shared repository. I've read the HG init tutorial and skimmed through the red bean book, but could not find how to control who is allowed to push changes to the shared repository.

Can someone tell me how to set up a hg repository such that it only allows specified users (by unix userids) to push changes?

© Stack Overflow or respective owner

Related posts about mercurial