tests/test-debugrename
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 01 Aug 2008 12:33:10 +0200
changeset 6853 2ff0829bdae5
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
hgweb: do not use unassigned variables in exception handling

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