diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-29 01:49:23 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-29 01:49:23 +0000 |
commit | 625abbc37426b1a680128e29599c9f1e8fd4bf48 (patch) | |
tree | 818162e6c070696cd9e655187bd1a24360396f4c | |
parent | 86d586d667c659a6b30d431de1384c8df7eedca4 (diff) | |
download | prosody-625abbc37426b1a680128e29599c9f1e8fd4bf48.tar.gz prosody-625abbc37426b1a680128e29599c9f1e8fd4bf48.zip |
Removing pull_from_master.sh. Use hg fetch instead.
-rwxr-xr-x | pull_from_master.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pull_from_master.sh b/pull_from_master.sh deleted file mode 100755 index 3c909b76..00000000 --- a/pull_from_master.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -which hg >/dev/null || echo "You must have Mercurial (the hg command)" -hg pull http://heavy-horse.co.uk:4000/ |