##// END OF EJS Templates
merge: pull findcopies helpers inside, refactor checkpair to checkcopies
merge: pull findcopies helpers inside, refactor checkpair to checkcopies

File last commit:

r3675:6990e499 default
r3732:ffe9fef8 default
Show More
test-commit-copy
14 lines | 186 B | text/plain | TextLexer
#!/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/data/bar.i