tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Fri, 01 Oct 2010 10:18:53 -0500
branchstable
changeset 12610 80345db2b6a3
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
Added tag 1.6.4 for changeset 93d8bff78c96

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