tests/test-issue1438
author Matt Mackall <mpm@selenic.com>
Thu, 28 Jan 2010 22:44:25 -0600
changeset 10288 e0121ad90b57
parent 7783 2c5b2abfb8be
permissions -rwxr-xr-x
zeroconf: flag third-party Zeroconf.py for ignore in check-code

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