tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Thu, 05 Jul 2007 16:14:01 -0700
changeset 4825 a265fe42abe7
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert: svn code movement (no actual changes)

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