diff -r 05c8704a3743 -r 70c3ee224c08 tests/test-git-export --- a/tests/test-git-export Mon Nov 20 19:32:45 2006 -0200 +++ b/tests/test-git-export Mon Nov 20 19:32:46 2006 -0200 @@ -127,3 +127,11 @@ echo echo '% created between r1 and parent of wd; renamed in the wd' hg diff --git -r -2 +hg ci -m 'mv brand-new brand-new2' + +echo '% one file is copied to many destinations and removed' +hg cp brand-new2 brand-new3 +hg mv brand-new2 brand-new3-2 +hg ci -m 'multiple renames/copies' +hg diff --git -r -2 -r -1 +