tests/test-commit-copy
author Brendan Cully <brendan@kublai.com>
Sun, 05 Aug 2007 10:04:00 -0700
changeset 5117 c89ed1f27e78
parent 3853 c0b449154a90
permissions -rwxr-xr-x
convert: svn: add helper function for optrevs

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