src/init/hgadmin-hgrc
author Paul Crowley <paul@lshift.net>
Wed, 14 Oct 2009 17:13:31 +0100
changeset 133 a99ab5be891a
parent 102 4603948da317
permissions -rw-r--r--
Let next para do the work of discussing what OS it runs on

# WARNING: when these hooks run they will entirely destroy and rewrite
# ~/.ssh/authorized_keys

[extensions]
hgext.purge =

[hooks]
changegroup.aaaab_update = hg update -C default > /dev/null
changegroup.aaaac_purge = hg purge --all > /dev/null
changegroup.refreshauth = python:mercurialserver.refreshauth.hook