view tests/test-issue433 @ 11979:39fb1e4c079f

tests: unify test-merge6
author Pradeepkumar Gayam <in3xes@gmail.com>
date Wed, 18 Aug 2010 05:21:07 +0530
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