tests/test-requires
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 04 Mar 2007 18:40:08 +0100
changeset 4141 49d7a035235b
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
patchbomb: Allow to specify subject of single-patch-series (issue475)

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