tests/test-commit-copy
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 12 Feb 2009 12:35:48 +0100
changeset 7753 e617f2e99e61
parent 3853 c0b449154a90
permissions -rwxr-xr-x
patch: no need to instantiate a match catch-all in diff()

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