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 ./hg-ssh-wrapper |
6 changegroup.refreshauth = ../../admin/hg-admin-tools/refresh-auth ~/.ssh/authorized_keys ./hg-ssh-wrapper |
7 |
7 |