[PATCH 0 of 3] support for branch-based access control

elifarley at gmail.com elifarley at gmail.com
Thu Apr 29 08:10:20 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.


 hgext/acl.py       |  42 +++++++++++++++++++++++------
 hgext/acl.py       |  68 ++++++++++++++++++++++++++++++++++++++----------
 tests/test-acl.out |  75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 162 insertions(+), 23 deletions(-)


More information about the Mercurial-devel mailing list