tests/test-issue1089
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 21 Apr 2010 01:18:31 +0200
changeset 10969 ca052b484e56
parent 6980 2268edff1bec
permissions -rwxr-xr-x
context: remove parents parameter to workingctx it was needed before the refactor of commit, workingctx always uses the dirstate now.

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