diff options
-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/ |