changeset 36 | b3237aabd0fe |
parent 35 | 0ed592d0f799 |
35:0ed592d0f799 | 36:b3237aabd0fe |
---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 # Used only for break-ins |
2 # Used only for break-ins |
3 |
3 |
4 echo "arg: $2" >&2 |
4 echo "arg: $2" >&2 |
5 |
5 |
6 exec sudo -H -u hg /usr/local/lib/hg-admin-tools/init/break-in/as-if-by-ssh "$2" |
6 exec sudo -H -u hg /usr/local/lib/mercurial-server/init/break-in/as-if-by-ssh "$2" |
7 |
7 |