# HG changeset patch # User Matthew Wild # Date 1223580519 -3600 # Node ID 0261260cf9a71af2a9faa18debd44cf0fedb67d8 # Parent 6d66eb6b24cb32dec448db34716856e49821c374 Updated pull script for new repo diff -r 6d66eb6b24cb -r 0261260cf9a7 pull_from_master.sh --- a/pull_from_master.sh Thu Oct 09 22:19:35 2008 +0500 +++ b/pull_from_master.sh Thu Oct 09 20:28:39 2008 +0100 @@ -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/