tests/test-issue1089
author Martin Geisler <mg@lazybytes.net>
Sun, 31 May 2009 01:30:16 +0200
changeset 8663 45f626a39def
parent 6980 2268edff1bec
permissions -rwxr-xr-x
wrap string literals in error messages

#!/bin/sh

hg init a
cd a
mkdir a
echo a > a/b
hg ci -Am m
hg rm a
hg ci -m m a

mkdir a b
echo a > a/b
hg ci -Am m
hg rm a
cd b
# relative delete
hg ci -m m ../a