tests/test-requires
author Christian Ebert <blacktrash@gmx.net>
Mon, 04 Feb 2008 18:27:36 +0100
changeset 6023 ee7df90d1daa
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
keyword: split line continuation in 2 steps (style)

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