tests/test-git-export
changeset 3696 562a65635bcb
parent 3695 3a2fc90d27d6
child 3702 70c3ee224c08
--- a/tests/test-git-export	Mon Nov 20 19:32:37 2006 -0200
+++ b/tests/test-git-export	Mon Nov 20 19:32:38 2006 -0200
@@ -112,3 +112,18 @@
 echo
 echo "% ...but there's another copy between the original rev and the wd"
 hg diff --git -r -2
+echo
+echo "% ...but the source of the copy was created after the original rev"
+hg diff --git -r -3
+hg ci -m 'mv created2 created3'
+
+echo > brand-new
+hg add brand-new
+hg ci -m 'add brand-new'
+hg mv brand-new brand-new2
+echo '% created in parent of wd; renamed in the wd'
+hg diff --git
+
+echo
+echo '% created between r1 and parent of wd; renamed in the wd'
+hg diff --git -r -2