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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -