tests/test-debugrename
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 24 Mar 2008 16:17:19 -0300
changeset 6380 a632a9a57821
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
qclone: do not abort if remote hasn't enabled mq (issue1040)

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