tests/test-requires
author Augie Fackler <durin42@gmail.com>
Mon, 09 Mar 2009 17:13:12 -0500
changeset 7850 74c3baca65c9
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
bisect: fix --command for me.

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