view tests/test-issue433 @ 10258:d58d7441b211 stable

i18n-pt_BR: synchronized with 279c8a73fde1
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 18 Jan 2010 15:37:45 -0200
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