tests/test-issue1438
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 09 Jun 2009 11:49:16 -0300
changeset 8757 f835b8a7eeed
parent 7783 2c5b2abfb8be
permissions -rwxr-xr-x
i18n-pt_BR: synchronized and updated - synchronized with hg 6019e6517f95 - translated remaining messages - many spelling and formatting fixes

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