Updated pull script for new repo

Thu, 09 Oct 2008 20:28:39 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 09 Oct 2008 20:28:39 +0100
changeset 92
0261260cf9a7
parent 91
6d66eb6b24cb
child 93
2d60e7871ddd

Updated pull script for new repo

pull_from_master.sh file | annotate | diff | comparison | revisions
--- 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/

mercurial