tests/test-issue433
author Christian Ebert <blacktrash@gmx.net>
Sun, 07 Mar 2010 13:03:03 +0100
changeset 10603 f511df3a4357
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
keyword: use status' names instead of index

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