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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     1
# hgrc to use for all remote users
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     2
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     3
[extensions]
36
b3237aabd0fe Change the name to mercurial-server
Paul Crowley <paul@lshift.net>
parents: 33
diff changeset
     4
access = /usr/local/lib/mercurial-server/access.py
58
207a413897b4 reference logging extension explicitly
Paul Crowley <paul@lshift.net>
parents: 55
diff changeset
     5
logging = /usr/local/lib/mercurial-server/logging.py
18
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     6
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     7
[hooks]
538d6b198f4a Big change to support file conditions; format of hg-ssh-access.conf
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     8
pretxnchangegroup.access = python:access.hook
54
e2ca551c2822 Add push logging
Paul Crowley <paul@lshift.net>
parents: 36
diff changeset
     9
changegroup.aaaaa_logging = python:logging.hook
55
2661b21688d4 Log pulls too
Paul Crowley <paul@lshift.net>
parents: 54
diff changeset
    10
outgoing.aaaaa_logging = python:logging.hook
54
e2ca551c2822 Add push logging
Paul Crowley <paul@lshift.net>
parents: 36
diff changeset
    11