tests/test-requires
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 30 Aug 2010 12:02:31 +0900
changeset 12094 1db76910f9b4
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
tests: convert test-bisect

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