tests/test-requires
author Sune Foldager <cryo@cyanite.org>
Tue, 24 Nov 2009 09:49:23 +0100
changeset 9915 806e6b6cb8d8
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
ancestor: improve docstring The term "least common ancestor" is highly ambiguous.

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