tests/test-issue433
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 30 Nov 2009 16:53:05 +0100
changeset 9955 7bcbdefcd93a
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
merge with 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