src/init/conf/remote-hgrc
author Paul Crowley <paul@lshift.net>
Fri, 20 Feb 2009 15:47:52 +0000
changeset 58 207a413897b4
parent 55 2661b21688d4
child 59 f96de2d99f00
permissions -rw-r--r--
reference logging extension explicitly

# hgrc to use for all remote users

[extensions]
access = /usr/local/lib/mercurial-server/access.py
logging = /usr/local/lib/mercurial-server/logging.py

[hooks]
pretxnchangegroup.access = python:access.hook
changegroup.aaaaa_logging = python:logging.hook
outgoing.aaaaa_logging = python:logging.hook