view tests/test-issue433 @ 9224:f27de22d39cd

i18n-fr: translation of bisect
author Cédric Duval <cedricduval@free.fr>
date Sat, 18 Jul 2009 22:43:34 +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