tests/test-issue433
author Greg Ward <greg-hg@gerg.ca>
Mon, 20 Apr 2009 21:10:39 -0400
changeset 8093 70d8f70264c4
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
run-tests: move bits of main program so it's all at the bottom.

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