tests/test-issue1438
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 23 Mar 2009 13:43:48 +0100
changeset 7880 7ca2be800804
parent 7783 2c5b2abfb8be
permissions -rw-r--r--
add debugcommands command: an easy to parse command + option index

#!/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