tests/test-commit-copy
author Martin Geisler <mg@lazybytes.net>
Mon, 02 Nov 2009 21:38:42 +0100
changeset 9703 8374f26727de
parent 3853 c0b449154a90
permissions -rwxr-xr-x
doc/Makefile: add help/*.txt as a dependency

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