tests/test-requires
author Christian Ebert <blacktrash@gmx.net>
Fri, 06 Jul 2007 12:02:43 +0200
changeset 4874 d9e385a7a806
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Use isinstance instead of type == type

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