tests/test-requires
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 16 Jul 2010 18:16:15 +0200
changeset 11621 e46a8b2331a6
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
protocol: shuffle server methods to group send methods

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