comparison tests/test-git-export.out @ 3694:c0b1a0c72c7d

renamedbetween: only return (file, node) pairs that exist in the original rev
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 20 Nov 2006 19:32:36 -0200
parents 454b3a8cdf28
children 3a2fc90d27d6
comparison
equal deleted inserted replaced
3693:454b3a8cdf28 3694:c0b1a0c72c7d
68 68
69 % diff across many revisions 69 % diff across many revisions
70 diff --git a/dst2 b/dst3 70 diff --git a/dst2 b/dst3
71 rename from dst2 71 rename from dst2
72 rename to dst3 72 rename to dst3
73
74 % file created before r1 and renamed before r2
75 diff --git a/foo b/bar
76 rename from foo
77 rename to bar
78 --- a/bar
79 +++ b/bar
80 @@ -1,2 +1,3 @@ a
81 a
82 b
83 +c
84
85 % file created in r1 and renamed before r2
86 diff --git a/foo b/bar
87 rename from foo
88 rename to bar
89 --- a/bar
90 +++ b/bar
91 @@ -1,1 +1,3 @@ a
92 a
93 +b
94 +c
95
96 % file created after r1 and renamed before r2
97 diff --git a/bar b/bar
98 new file mode 100644
99 --- /dev/null
100 +++ b/bar
101 @@ -0,0 +1,3 @@
102 +a
103 +b
104 +c