tests/test-issue1089
author Matt Mackall <mpm@selenic.com>
Mon, 01 Jun 2009 13:51:21 -0500
changeset 8701 02a12835b17e
parent 6980 2268edff1bec
permissions -rwxr-xr-x
gpg: use match.exact rather than files for commit

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