view tests/test-issue433 @ 11977:db2a291e25e9

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