src/init/conf/remote-hgrc.d/access.rc
branchdebian
changeset 229 3a28047ec6dc
parent 221 c4c3facf5d6b
child 311 3cbde66305e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/init/conf/remote-hgrc.d/access.rc	Wed Dec 02 17:48:40 2009 +0000
@@ -0,0 +1,5 @@
+# Check that a commit meets access control rules before allowing it
+
+[hooks]
+pretxnchangegroup.access = python:mercurialserver.access.hook
+