view tests/test-issue433 @ 9568:620d6b20ef85

i18n-de: Translate extdiff, gpg, graphlog and fix some fuzzies
author Fabian Kreutz <fabian.kreutz@starnet.fi>
date Tue, 06 Oct 2009 11:18:58 +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