view tests/test-issue433 @ 9995:eba6c8687fd2 stable

transplant: fix small bug when a patch fails while using --filter
author Sune Foldager <cryo@cyanite.org>
date Thu, 03 Dec 2009 11:06:44 +0100
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