From 625abbc37426b1a680128e29599c9f1e8fd4bf48 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 29 Nov 2008 01:49:23 +0000 Subject: Removing pull_from_master.sh. Use hg fetch instead. --- pull_from_master.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 pull_from_master.sh (limited to 'pull_from_master.sh') 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/ -- cgit v1.2.3