tests/test-issue433
author Martin Geisler <mg@lazybytes.net>
Fri, 16 Jul 2010 14:44:30 +0200
branchstable
changeset 11600 76454cbc11e4
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
mark ui.warn strings for translation

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