src/init/dot-mercurial-server
author Paul Crowley <paul@lshift.net>
Fri, 13 Nov 2009 14:33:52 +0000
changeset 214 7374d0147875
parent 213 72e7ba8b41a6
child 221 c4c3facf5d6b
permissions -rw-r--r--
Script docstring was full of lies - now up to date

# WARNING: a .mercurial-server file in your home directory means
# that refresh-auth can and will trash your ~/.ssh/authorized_keys file.

[paths]
repos = ~/repos
authorizedkeys = ~/.ssh/authorized_keys
keys = /etc/mercurial-server/keys:~/repos/hgadmin/keys
access = /etc/mercurial-server/access.conf:~/repos/hgadmin/access.conf

[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