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