tests/test-debugrename
author Martin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 17:33:42 +0200
changeset 7977 1cd3775e097c
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
commands: better merge help text

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