diff --git a/tests/test-git-export b/tests/test-git-export --- a/tests/test-git-export +++ b/tests/test-git-export @@ -127,3 +127,11 @@ hg diff --git 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 +