[PATCH 0 of 2] support for branch-based access control (another try)

elifarley at gmail.com elifarley at gmail.com
Fri Apr 30 22:09:06 CDT 2010


Now it is possible to allow or deny write access to named branches of a repository when receiving incoming changesets (via 'pretxncommit' and 'pretxnchangegroup'). 

This functionality is found on Subversion, so users migrating from SVN may find it useful. 

This time, I tried to make as few changes as possible to get the desired result.


 hgext/acl.py       |  92 +++++++++++++++++++++++++++++++++++++++++++++--------
 tests/test-acl.out |  66 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 143 insertions(+), 15 deletions(-)


More information about the Mercurial-devel mailing list