tests/test-issue433
author Frank Kingswood <frank@kingswood-consulting.co.uk>
Mon, 01 Dec 2008 13:42:04 +0000
changeset 7465 8f0305874701
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
tests: allow cvs import to reorder its filename list Also fix script to generate non-zero length test file b.

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