tests/test-git-export
changeset 3702 70c3ee224c08
parent 3696 562a65635bcb
child 3964 2308c39b9521
child 4092 4ced663bebf0
--- 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
+