tests/test-requires
author Christian Ebert <blacktrash@gmx.net>
Sat, 03 Mar 2007 17:54:13 +0100
changeset 4133 a9ee6c53af8d
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
mq: abort cleanly when invalid patch name is given to qguard

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