src/init/hgadmin-hgrc
author Tom Parker <palfrey@lshift.net>
Tue, 03 Apr 2012 18:44:58 +0100
branchwindows
changeset 349 b271be84da5e
parent 102 4603948da317
permissions -rw-r--r--
Fix windows issues that cropped up in the new install

# 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