tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Tue, 03 Jul 2007 11:36:06 -0700
changeset 4786 62e1b6412b62
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert: svn: add an early return to move most changeset parsing out an indent level

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