tests/test-requires
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 22 Jan 2008 09:11:06 +0100
changeset 5922 df7f66f290b9
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
hgweb: cleanup buglet introduced in 956afc025c0f

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