tests/test-debugrename
author Markus F.X.J. Oberhumer <markus@oberhumer.com>
Mon, 25 Jun 2007 14:46:20 +0200
changeset 4706 f0aa759b8f93
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
Makefile: change "make local" to build a fully working local version.

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