tests/test-requires
author Lee Cantey <lcantey@gmail.com>
Tue, 03 Jul 2007 04:18:24 -0700
changeset 4784 4bd0b2f862ba
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Remove specific version requirement and point to latest versions of Mac Python downloads.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
rm .hg/requires
hg tip
echo indoor-pool > .hg/requires
hg tip

true