tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Mon, 13 Aug 2007 11:58:47 -0700
changeset 5154 ec24bfd852ab
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
imerge: simplify 1d5ebb0d366f

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