tests/test-debugrename
author Walter Doerwald <walter@livinglogic.de>
Tue, 28 Aug 2007 18:00:07 +0200
changeset 6140 47e6d5d5913a
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
Simplify utils.walkrepos().

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