tests/test-issue433
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 10 Oct 2007 15:48:08 -0700
changeset 5438 a19167001251
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
test-convert-darcs: don't let $HOME/.darcs pollute the test environment

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