pull_from_master.sh

Sat, 08 Nov 2008 20:42:23 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 08 Nov 2008 20:42:23 +0000
changeset 226
ba4711c4e8d2
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...)

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

mercurial