pull_from_master.sh

Fri, 24 Oct 2008 01:06:54 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 24 Oct 2008 01:06:54 +0500
changeset 152
6b8e2bd82ac5
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Moved some code and removed unnecessary checks.

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

mercurial