branch | debian |
changeset 313 | f597eb3b5aaf |
parent 311 | 3cbde66305e4 |
child 372 | 80f78674c56e |
294:31d5c6236f71 | 313:f597eb3b5aaf |
---|---|
1 # Check that a commit meets access control rules before allowing it |
1 # Check that a commit meets access control rules before allowing it |
2 |
2 |
3 [hooks] |
3 [hooks] |
4 pretxnchangegroup.access = python:mercurialserver.access.hook |
4 pretxnchangegroup.access = python:mercurialserver.access.hook |
5 |