tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Thu, 05 Jul 2007 12:08:48 -0700
changeset 4809 c2d529f288a1
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert: move some code into common init function

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