Mercurial set up ACL -
i'm trying set acl. i've got working. however, i've got couple of specific questions.
basically, i'm trying set group @group allowed access bunch of branches of form xxxx-integration-xxxx. want is:
[acl.allow.branches] *integration* = @group
however, doesn't seem work. there easy way this?
thanks
try hooking on pretxnchangegroup , writing python script gets branch , user , figure out in there. there no acl premade stuff named branches know of.
Comments
Post a Comment