tests/test-debugrename
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 01 Dec 2007 18:26:27 +0100
changeset 5577 e0173902c813
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
CGI compatibility fix for d74fc8dec2b4.

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