tests/test-requires
author Martin Geisler <mg@lazybytes.net>
Sat, 13 Feb 2010 22:10:31 +0100
changeset 10448 6e5a47398fc5
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
commands: correct example in add help text

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