tests/test-commit-copy
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 19 Feb 2010 21:48:09 +0100
branchstable
changeset 10513 47838dee7d60
parent 3853 c0b449154a90
permissions -rwxr-xr-x
contrib/wix: switch *.wxs files to LF eol

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