tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Wed, 01 Aug 2007 14:32:53 -0700
changeset 5049 41284ad94852
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Merge with stable

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