src/init/hgadmin-hgrc
author Paul Crowley <paul@lshift.net>
Mon, 16 Jun 2008 17:17:29 +0100
changeset 34 4b5ca59fe3b7
parent 31 hgadmin-hgrc@d54720d47ca2
child 36 b3237aabd0fe
permissions -rw-r--r--
more actual file moves - forgot to tell hg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
dcd195f3e52c move config out of Python files; don't make hg-ssh-wrapper a dotfile;
Paul Crowley <paul@lshift.net>
parents: 2
diff changeset
     1
# WARNING: when these hooks run they will entirely destroy and rewrite
dcd195f3e52c move config out of Python files; don't make hg-ssh-wrapper a dotfile;
Paul Crowley <paul@lshift.net>
parents: 2
diff changeset
     2
# ~/.ssh/authorized_keys
dcd195f3e52c move config out of Python files; don't make hg-ssh-wrapper a dotfile;
Paul Crowley <paul@lshift.net>
parents: 2
diff changeset
     3
2
a69f7bea408c added a README to describe how this works.
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     4
[hooks]
a69f7bea408c added a README to describe how this works.
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     5
changegroup.aaaaa_update = hg update -C default > /dev/null
31
d54720d47ca2 start to move towards things living where they should and new
Paul Crowley <paul@lshift.net>
parents: 30
diff changeset
     6
changegroup.aaaab_purge = hg purge --all > /dev/null
d54720d47ca2 start to move towards things living where they should and new
Paul Crowley <paul@lshift.net>
parents: 30
diff changeset
     7
changegroup.refreshauth = /usr/local/lib/hg-admin-tools/refresh-auth ~/.ssh/authorized_keys /etc/hg-admin-tools/hg-ssh-wrapper
2
a69f7bea408c added a README to describe how this works.
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     8