tests/test-debugrename
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 25 Feb 2010 14:35:21 +0100
branchstable
changeset 10546 3a69afd6987e
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
fix test output changed by 2e1a9b811d13

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