tests/test-issue1089
author Martin Geisler <mg@lazybytes.net>
Tue, 20 Oct 2009 22:16:27 +0200
changeset 9623 32727ce029de
parent 6980 2268edff1bec
permissions -rwxr-xr-x
minirst: convert ``foo`` into "foo" upon display This lets us markup many more occurances of inline literals since they no longer look strange in the terminal output.

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