tests/test-requires
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 14 Apr 2010 09:08:47 +0200
branchstable
changeset 10902 4eb6311d217a
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
run-tests.py: reset env variables set by hooks

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