tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Sun, 13 May 2007 19:15:54 -0700
changeset 4437 a210b40d0860
parent 3719 199dcb97a5b6
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Make mergepatch save queue now that qpush isn't.

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