view tests/test-debugrename @ 9623:32727ce029de

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.
author Martin Geisler <mg@lazybytes.net>
date Tue, 20 Oct 2009 22:16:27 +0200
parents 5a088ac232e6
children
line wrap: on
line source

#!/bin/sh

hg init
echo a > a
hg ci -Am t

hg mv a b
hg ci -Am t1
hg debugrename b

hg mv b a
hg ci -Am t2
hg debugrename a

echo % test with --rev
hg debugrename --rev 1 b