[PATCH 0 of 2] support for branch-based access control; corrected line length

elifarley at gmail.com elifarley at gmail.com
Tue May 4 11:43:32 UTC 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; I also corrected a line length problem.

I hope there are no other issues now.

Cheers,
Elifarley


 hgext/acl.py       |  108 ++++++++++++++++++++++++++++++++++++++++++----------
 tests/test-acl.out |   66 ++++++++++++++++++++++++++++++++
 2 files changed, 152 insertions(+), 22 deletions(-)


More information about the Mercurial-devel mailing list