tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Fri, 04 Jun 2010 17:22:33 -0500
changeset 11285 f118029e534c
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
rebase: use usual util.abort rather than error.ParseError

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