tests/test-issue433
author Augie Fackler <durin42@gmail.com>
Tue, 12 Oct 2010 11:02:45 -0500
branchstable
changeset 12737 7adb1274a4f9
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
test-url: skip test when ssl module is unavailable

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