tests/test-debugrename
author Brendan Cully <brendan@kublai.com>
Fri, 06 Jul 2007 10:22:22 -0700
changeset 4834 845e0071b704
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
Sort changelog extra dict to avoid possible nondeterminism

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