view tests/test-issue433 @ 9558:a95e2833dda5

i18n-de: redid latest translations Originally by Simon H., Tobias and myself.
author Fabian Kreutz <fabian.kreutz@starnet.fi>
date Mon, 14 Sep 2009 09:14:36 +0300
parents 1de6e7e1bb9f
children
line wrap: on
line source

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