tests/test-issue433
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 24 Jun 2009 15:32:37 +0200
changeset 8936 1de6e7e1bb9f
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
change wiki/bts URLs to point to new hostname

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