tests/test-debugrename
author Martin Geisler <mg@aragost.com>
Tue, 15 Jun 2010 09:53:50 +0200
changeset 11342 aecabad8dd7a
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
commands: get rid of generic exception in debugbuilddag

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