tests/test-requires
author Augie Fackler <durin42@gmail.com>
Tue, 12 Oct 2010 11:02:45 -0500
branchstable
changeset 12737 7adb1274a4f9
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
test-url: skip test when ssl module is unavailable

#!/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