tests/test-requires
author Brendan Cully <brendan@kublai.com>
Sat, 06 Feb 2010 15:18:36 +0100
changeset 10336 bc9a3bb267fa
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
run-tests: kill daemons on ^C with -j. This is not perfect, but the problem is fundamentally racy.

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