tests/test-commit-copy
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 01 Dec 2006 13:34:09 +0100
changeset 3853 c0b449154a90
parent 3675 6990e499d71a
permissions -rwxr-xr-x
switch to the .hg/store layout, fix the tests

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