src/init/dot-mercurial-server
changeset 303 3f9f247b72bd
parent 225 ff08fd5b1a62
--- a/src/init/dot-mercurial-server	Mon Apr 18 12:49:02 2011 +0100
+++ b/src/init/dot-mercurial-server	Mon Apr 18 13:26:05 2011 +0100
@@ -7,9 +7,12 @@
 keys = /etc/mercurial-server/keys:~/repos/hgadmin/keys
 access = /etc/mercurial-server/access.conf:~/repos/hgadmin/access.conf
 
+[exceptions]
+# Allow the creation of mq repositories by default
+allowdots = .hg/patches
+
 [env]
 # Use a different hgrc for remote pulls - this way you can set
 # up access.py for everything at once without affecting local operations
 
 HGRCPATH = /etc/mercurial-server/remote-hgrc.d
-