--- a/src/init/dot-mercurial-server Wed Dec 02 17:46:28 2009 +0000
+++ b/src/init/dot-mercurial-server Wed Dec 02 17:48:40 2009 +0000
@@ -3,7 +3,13 @@
[paths]
repos = ~/repos
+authorized_keys = ~/.ssh/authorized_keys
keys = /etc/mercurial-server/keys:~/repos/hgadmin/keys
access = /etc/mercurial-server/access.conf:~/repos/hgadmin/access.conf
-hgrc = /etc/mercurial-server/remote-hgrc
+[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
+