tests/test-commit-copy
author Martin Geisler <mg@lazybytes.net>
Thu, 23 Jul 2009 00:25:34 +0200
changeset 9215 f6a880fa9cd7
parent 3853 c0b449154a90
permissions -rwxr-xr-x
purge: fix formatting of lists with proper reST markup

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