tests/test-commit-copy
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 07 Nov 2007 17:40:39 -0800
changeset 5512 8cd26ccc68f8
parent 3853 c0b449154a90
permissions -rwxr-xr-x
convert: abstract darcs's commandline handling

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