tests/test-commit-copy
author Christian Ebert <blacktrash@gmx.net>
Sat, 03 Mar 2007 17:54:13 +0100
changeset 4133 a9ee6c53af8d
parent 3853 c0b449154a90
permissions -rwxr-xr-x
mq: abort cleanly when invalid patch name is given to qguard

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