summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-09 20:28:39 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-09 20:28:39 +0100
commitb8a82336db61229151aaed14082fe2e49b97c823 (patch)
tree8515a379a008148e099c344c916715eda08881ba
parentFixed: util.stanza.deserialize now handles nil stanzas (diff)
downloadprosody-b8a82336db61229151aaed14082fe2e49b97c823.tar.xz
prosody-b8a82336db61229151aaed14082fe2e49b97c823.zip
Updated pull script for new repo
-rwxr-xr-xpull_from_master.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/pull_from_master.sh b/pull_from_master.sh
index 8ac568a4a..3c909b76f 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/