tests/test-acl
changeset 3436 f29989e9746e
parent 3426 bb00a5a92c30
child 3469 33b6c8193652
equal deleted inserted replaced
3435:e4452c3fa736 3436:f29989e9746e
   100 echo 'betty is allowed inside foo/ by a acl.config file'
   100 echo 'betty is allowed inside foo/ by a acl.config file'
   101 echo '[acl.allow]' >> acl.config
   101 echo '[acl.allow]' >> acl.config
   102 echo 'foo/** = betty' >> acl.config
   102 echo 'foo/** = betty' >> acl.config
   103 do_push betty
   103 do_push betty
   104 
   104 
       
   105 echo 'acl.config can set only [acl.allow]/[acl.deny]'
       
   106 echo '[hooks]' >> acl.config
       
   107 echo 'changegroup.acl = false' >> acl.config
       
   108 do_push barney
       
   109