tests/test-issue433
author Steve Borho <steve@borho.org>
Mon, 17 Aug 2009 20:20:34 -0500
changeset 9358 baebf028f505
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
Merge with crew-stable

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true