From b8a82336db61229151aaed14082fe2e49b97c823 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 9 Oct 2008 20:28:39 +0100 Subject: Updated pull script for new repo --- pull_from_master.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pull_from_master.sh b/pull_from_master.sh index 8ac568a4..3c909b76 100755 --- a/pull_from_master.sh +++ b/pull_from_master.sh @@ -1,4 +1,3 @@ #!/bin/sh -echo "Pulling from http://getjabber.ath.cx:4000/" -echo "You must have Mercurial (the hg command)" -hg pull http://getjabber.ath.cx:4000/ +which hg >/dev/null || echo "You must have Mercurial (the hg command)" +hg pull http://heavy-horse.co.uk:4000/ -- cgit v1.2.3