pull_from_master.sh

Sun, 23 Nov 2008 20:43:42 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sun, 23 Nov 2008 20:43:42 +0100
changeset 402
50f1c09541cd
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Checking some variables for nil so no errors occur that'll break the server.

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

mercurial