tests/test-commit-copy
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 25 Aug 2007 16:31:37 +0200
changeset 5226 79279b5583c6
parent 3853 c0b449154a90
permissions -rwxr-xr-x
cgi: sys.path.insert should be before importing mercurial thanks to R. Burke

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