src/init/hginit
author Paul Crowley <paul@lshift.net>
Fri, 13 Nov 2009 12:30:06 +0000
changeset 212 ab5e0e4f5a0c
parent 168 f9bf8f84df7f
child 311 3cbde66305e4
permissions -rwxr-xr-x
Use env section of config instead of handling only HGRCPATH

#!/bin/sh

set -e

cd

if [ -e .ssh/authorized_keys ] ; then
    echo "This user already exists with authorized keys, aborting"
    exit -1
fi

cp $1/init/dot-mercurial-server .mercurial-server
mkdir -p repos/hgadmin .ssh
cd repos/hgadmin
hg init .
cp $1/init/hgadmin-hgrc .hg/hgrc