tests/test-issue1089
author Matt Mackall <mpm@selenic.com>
Thu, 01 Jul 2010 11:22:56 -0500
branchstable
changeset 11486 d3c3e2fdeb0c
parent 6980 2268edff1bec
permissions -rwxr-xr-x
commit: add missing _()

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