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
# Load debconf
. /usr/share/debconf/confmodule
db_input medium mercurial-server/purge_repositories || true
db_go || true
exit 0