equal
deleted
inserted
replaced
1 # WARNING: when these hooks run they will entirely destroy and rewrite |
1 # WARNING: when these hooks run they will entirely destroy and rewrite |
2 # ~/.ssh/authorized_keys |
2 # ~/.ssh/authorized_keys |
3 |
3 |
4 [hooks] |
4 [hooks] |
5 changegroup.aaaaa_update = hg update -C default > /dev/null |
5 changegroup.aaaaa_update = hg update -C default > /dev/null |
6 changegroup.refreshauth = ../../admin/hg-admin-tools/refresh-auth ~/.ssh/authorized_keys ./hg-ssh-wrapper |
6 changegroup.aaaab_purge = hg purge --all > /dev/null |
|
7 changegroup.refreshauth = /usr/local/lib/hg-admin-tools/refresh-auth ~/.ssh/authorized_keys /etc/hg-admin-tools/hg-ssh-wrapper |
7 |
8 |