tests/test-issue433
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 23 Mar 2010 20:01:30 +0100
branchstable
changeset 10761 16a13fdb4b36
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
setup: fail if bz2 is not available

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