tests/test-commit-copy
author Martin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 17:44:18 +0200
changeset 7979 6b04f12d2831
parent 3853 c0b449154a90
permissions -rwxr-xr-x
commands, help: consistently write 'URL' in upper-case

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