tests/test-issue433
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 15 Feb 2010 16:34:59 -0200
branchstable
changeset 10483 c315125d0a39
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
i18n-pt_BR: synchronized with 44b4a2a31623

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