comparison tests/test-acl @ 3426:f29989e9746e

use ui.readsections in the acl extension
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 17 Oct 2006 17:04:26 -0300
parents bb00a5a92c30
children 33b6c8193652
comparison
equal deleted inserted replaced
3425:e4452c3fa736 3426: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