src/init/hgadmin-hgrc
author Tom Parker<palfrey@lshift.net>
Thu, 29 Mar 2012 16:39:04 +0100
branchwindows
changeset 347 301479a4acdf
parent 102 4603948da317
permissions -rw-r--r--
Initial notes and work towards a Windows 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