pull_from_master.sh

Sat, 15 Nov 2008 22:36:22 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sat, 15 Nov 2008 22:36:22 +0100
changeset 297
15b375870b40
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Providing some human readable error messages and some fixes.

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

mercurial