tests/test-requires
author Edouard Gomez <ed.gomez@free.fr>
Thu, 14 Jun 2007 23:25:55 +0200
changeset 4588 9855939d0c82
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
convert extension: Save a few opens on the map file Save a few opens on the map file adding a class attribute

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