tests/test-issue433
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 18 Mar 2007 12:20:15 +0100
changeset 4239 417c2068cb92
parent 3719 199dcb97a5b6
child 4659 7a7d4937272b
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
# http://www.selenic.com/mercurial/bts/issue433

hg init a
cd a       
echo a > a 
hg commit -Ama 

hg parents -r 0 doesnotexist
true