Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 [web] | |
2 contact = <%= @title %>@localhost | |
3 deny_read = * | |
4 description = Mercurial Access Control | |
5 hidden = true | |
6 | |
7 [hooks] | |
8 pretxnchangegroup.authorCheck = !( hg log --template '{author}\n' -r $HG_NODE: | grep -i -v "$HGUSER") | |
9 changegroup.updateAuth = python:sitescripts.management.bin.generateHgAuth.hook | |
10 commit.updateAuth = python:sitescripts.management.bin.generateHgAuth.hook | |
11 | |
LEFT | RIGHT |