tests/test-requires
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 21 Aug 2010 19:30:42 +0200
changeset 12011 f38b0a3308b6
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
deltaparent(): don't return nullrev for a revision containing a full snapshot this allows us to simplify manifest.readdelta and revlog.revdiff

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