tests/test-commit-copy
author Martin Geisler <mg@lazybytes.net>
Thu, 15 Jul 2010 14:02:17 +0200
changeset 11570 2d88369a27bf
parent 3853 c0b449154a90
permissions -rwxr-xr-x
gendoc: remove call to callable for py3k compatibility

#!/bin/sh

hg init dir
cd dir
echo bleh > bar
hg add bar
hg ci -m 'add bar'

hg cp bar foo
echo >> bar
hg ci -m 'cp bar foo; change bar'

hg debugrename foo
hg debugindex .hg/store/data/bar.i