tests/test-issue1089
author Fabian Kreutz <fabian.kreutz@qvantel.com>
Fri, 27 Mar 2009 11:52:32 +0200
changeset 7897 852fef4d9152
parent 6980 2268edff1bec
permissions -rwxr-xr-x
i18n: continuation of command.py translations/checking

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