view tests/test-issue433 @ 7850:74c3baca65c9

bisect: fix --command for me.
author Augie Fackler <durin42@gmail.com>
date Mon, 09 Mar 2009 17:13:12 -0500
parents 7a7d4937272b
children 1de6e7e1bb9f
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