diff tests/test-git-export.out @ 3696:562a65635bcb

diff: better detection of renames when comparing with the working dir.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 20 Nov 2006 19:32:38 -0200
parents 3a2fc90d27d6
children 70c3ee224c08
line wrap: on
line diff
--- a/tests/test-git-export.out
+++ b/tests/test-git-export.out
@@ -113,3 +113,23 @@ rename to created3
 diff --git a/created b/created3
 rename from created
 rename to created3
+
+% ...but the source of the copy was created after the original rev
+diff --git a/created3 b/created3
+new file mode 100644
+--- /dev/null
++++ b/created3
+@@ -0,0 +1,1 @@
++
+% created in parent of wd; renamed in the wd
+diff --git a/brand-new b/brand-new2
+rename from brand-new
+rename to brand-new2
+
+% created between r1 and parent of wd; renamed in the wd
+diff --git a/brand-new2 b/brand-new2
+new file mode 100644
+--- /dev/null
++++ b/brand-new2
+@@ -0,0 +1,1 @@
++