src/init/conf/remote-hgrc.d/access.rc
changeset 221 c4c3facf5d6b
parent 75 5af89523a9d3
child 311 3cbde66305e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/init/conf/remote-hgrc.d/access.rc	Tue Nov 17 12:36:56 2009 +0000
@@ -0,0 +1,5 @@
+# Check that a commit meets access control rules before allowing it
+
+[hooks]
+pretxnchangegroup.access = python:mercurialserver.access.hook
+