tests/test-requires
author Jim Hague <jim.hague@acm.org>
Fri, 19 Oct 2007 19:20:33 +0000
changeset 5471 5b81c1cc6ebe
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
tests: make test-mq-guards work with ksh

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