view tests/test-issue433 @ 4791:9f20f4b205ba

convert: svn: parse log entries as they arrive instead of deferring it
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 14:16:54 -0700
parents 7a7d4937272b
children
line wrap: on
line source

#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true