tests/test-issue1089
author Martin Geisler <mg@lazybytes.net>
Thu, 09 Apr 2009 20:00:48 +0200
changeset 8040 545fb915fe16
parent 6980 2268edff1bec
permissions -rwxr-xr-x
commands: more informative description of "!" files in status This makes the description more similar to the one used by Subversion. Suggestion by Dennis Brakhane.

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