tests/test-commit-copy
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Fri, 05 Jan 2007 21:28:49 +0200
changeset 4136 eb5d4fec1487
parent 3853 c0b449154a90
permissions -rwxr-xr-x
Fix addremove for symlinks to non-existent files

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