pull_from_master.sh

Fri, 14 Nov 2008 14:26:56 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 14 Nov 2008 14:26:56 +0000
changeset 261
790cf21e2af7
parent 92
0261260cf9a7
permissions
-rwxr-xr-x

Fix outgoing s2s from components. Fixes #16

#!/bin/sh
which hg >/dev/null || echo "You must have Mercurial (the hg command)"
hg pull http://heavy-horse.co.uk:4000/

mercurial