tests/test-issue436
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 18 Mar 2007 12:20:15 +0100
changeset 4239 417c2068cb92
parent 3749 f9567a7fa3b3
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

hg init a
cd a
hg -v log -v
hg -v log -v x
true