tests/test-requires
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 18 Mar 2007 12:20:15 +0100
changeset 4239 417c2068cb92
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Simplified qseries and hg qapplied to fix some bugs caused by optimization: - hg qapplied -v now works consistendly to hg qunapplied -v, i.e. showing guarded (or unapplied because they were guarded during hg qpush) patches. - hg qapplied <patchname> now works again

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