pull_from_master.sh

Sat, 11 Oct 2008 21:40:50 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 11 Oct 2008 21:40:50 +0100
changeset 94
57d2f1c98124
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Add AUTHORS file

#!/bin/sh
which hg >/dev/null || echo "You must have Mercurial (the hg command)"
hg pull http://heavy-horse.co.uk:4000/

mercurial