Documentation update
- make it clear that you have to have an existing repo to clone
- don't try to put the same key in different directories
- explain the .mercurial-server file.
#!/bin/sh
set -e
. /action/env
if ${CHROOT_TEST_INSTALLDEB:-false} ; then
/usr/share/mercurial-server/refresh-auth
else
/usr/local/share/mercurial-server/refresh-auth
fi