view tests/test-issue433 @ 11167:b5ef95b5ae14

convert/svn: fix long line
author Matt Mackall <mpm@selenic.com>
date Wed, 12 May 2010 14:49:46 -0500
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