tests/test-issue433
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 20 Oct 2008 14:58:49 +0200
changeset 7189 8bbbba2a1a9c
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
merge with crew-stable, again

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