tests/test-debugrename
author Adrian Buehlmann <adrian at cadifra.com>
Wed, 14 May 2008 01:08:51 +0200
changeset 6614 944a292d522a
parent 4637 5a088ac232e6
permissions -rwxr-xr-x
doc/hgrc.5.txt: add anchors for sections Enables links into hgrc.5.html of the form: hgrc.5.html#section

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