pull_from_master.sh

Thu, 13 Nov 2008 03:56:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 13 Nov 2008 03:56:22 +0000
changeset 244
0e3bda34f958
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Missed importing a function in last commit

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

mercurial