tests/test-issue1438
author Sune Foldager <cryo@cyanite.org>
Thu, 03 Dec 2009 11:06:44 +0100
branchstable
changeset 9995 eba6c8687fd2
parent 7783 2c5b2abfb8be
permissions -rwxr-xr-x
transplant: fix small bug when a patch fails while using --filter

#!/bin/sh
"$TESTDIR/hghave" symlink || exit 80

rm -rf a
hg init a
cd a

ln -s foo link
hg add link
hg ci -mbad link
hg rm link
hg ci -mok
hg diff -g -r 0:1 > bad.patch
hg up 0
hg import --no-commit bad.patch
hg st