tests/test-requires
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 12 Jul 2010 19:04:07 +0900
branchstable
changeset 11537 0a044e5ff489
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
rebase: small cosmetic cleanups

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