comparison tests/test-convert-svn-sink.out @ 8049:99e5f97c9a97

test-convert-svn-sink: rewrite output for svn compatibility Addition by Patrick Mezard <pmezard@gmail.com>: * drop 'kind=' lines from svn 1.6 output
author Augie Fackler <durin42@gmail.com>
date Sat, 04 Apr 2009 20:39:46 -0500
parents 9fe7e6acf525
children b2310903c462
comparison
equal deleted inserted replaced
8045:e09a2f2ef85d 8049:99e5f97c9a97
10 sorting... 10 sorting...
11 converting... 11 converting...
12 1 add a file 12 1 add a file
13 0 modify a file 13 0 modify a file
14 At revision 2. 14 At revision 2.
15 2 2 test . 15 2 2 test .
16 2 2 test a 16 2 2 test a
17 2 1 test d1 17 2 1 test d1
18 2 1 test d1/d2 18 2 1 test d1/d2
19 2 1 test d1/d2/b 19 2 1 test d1/d2/b
20 <?xml version="1.0"?> 20 <?xml version="1.0"?>
21 <log> 21 <log>
22 <logentry 22 <logentry
23 revision="2"> 23 revision="2">
24 <author>test</author> 24 <author>test</author>
61 scanning source... 61 scanning source...
62 sorting... 62 sorting...
63 converting... 63 converting...
64 0 rename a file 64 0 rename a file
65 At revision 3. 65 At revision 3.
66 3 3 test . 66 3 3 test .
67 3 3 test b 67 3 3 test b
68 3 1 test d1 68 3 1 test d1
69 3 1 test d1/d2 69 3 1 test d1/d2
70 3 1 test d1/d2/b 70 3 1 test d1/d2/b
71 <?xml version="1.0"?> 71 <?xml version="1.0"?>
72 <log> 72 <log>
73 <logentry 73 <logentry
74 revision="3"> 74 revision="3">
75 <author>test</author> 75 <author>test</author>
99 scanning source... 99 scanning source...
100 sorting... 100 sorting...
101 converting... 101 converting...
102 0 copy a file 102 0 copy a file
103 At revision 4. 103 At revision 4.
104 4 4 test . 104 4 4 test .
105 4 3 test b 105 4 3 test b
106 4 4 test c 106 4 4 test c
107 4 1 test d1 107 4 1 test d1
108 4 1 test d1/d2 108 4 1 test d1/d2
109 4 1 test d1/d2/b 109 4 1 test d1/d2/b
110 <?xml version="1.0"?> 110 <?xml version="1.0"?>
111 <log> 111 <log>
112 <logentry 112 <logentry
113 revision="4"> 113 revision="4">
114 <author>test</author> 114 <author>test</author>
138 scanning source... 138 scanning source...
139 sorting... 139 sorting...
140 converting... 140 converting...
141 0 remove a file 141 0 remove a file
142 At revision 5. 142 At revision 5.
143 5 5 test . 143 5 5 test .
144 5 4 test c 144 5 4 test c
145 5 1 test d1 145 5 1 test d1
146 5 1 test d1/d2 146 5 1 test d1/d2
147 5 1 test d1/d2/b 147 5 1 test d1/d2/b
148 <?xml version="1.0"?> 148 <?xml version="1.0"?>
149 <log> 149 <log>
150 <logentry 150 <logentry
151 revision="5"> 151 revision="5">
152 <author>test</author> 152 <author>test</author>
172 scanning source... 172 scanning source...
173 sorting... 173 sorting...
174 converting... 174 converting...
175 0 make a file executable 175 0 make a file executable
176 At revision 6. 176 At revision 6.
177 6 6 test . 177 6 6 test .
178 6 6 test c 178 6 6 test c
179 6 1 test d1 179 6 1 test d1
180 6 1 test d1/d2 180 6 1 test d1/d2
181 6 1 test d1/d2/b 181 6 1 test d1/d2/b
182 <?xml version="1.0"?> 182 <?xml version="1.0"?>
183 <log> 183 <log>
184 <logentry 184 <logentry
185 revision="6"> 185 revision="6">
186 <author>test</author> 186 <author>test</author>
201 scanning source... 201 scanning source...
202 sorting... 202 sorting...
203 converting... 203 converting...
204 0 add executable file in new directory 204 0 add executable file in new directory
205 At revision 1. 205 At revision 1.
206 1 1 test . 206 1 1 test .
207 1 1 test d1 207 1 1 test d1
208 1 1 test d1/a 208 1 1 test d1/a
209 <?xml version="1.0"?> 209 <?xml version="1.0"?>
210 <log> 210 <log>
211 <logentry 211 <logentry
212 revision="1"> 212 revision="1">
213 <author>test</author> 213 <author>test</author>
228 scanning source... 228 scanning source...
229 sorting... 229 sorting...
230 converting... 230 converting...
231 0 copy file to new directory 231 0 copy file to new directory
232 At revision 2. 232 At revision 2.
233 2 2 test . 233 2 2 test .
234 2 1 test d1 234 2 1 test d1
235 2 1 test d1/a 235 2 1 test d1/a
236 2 2 test d2 236 2 2 test d2
237 2 2 test d2/a 237 2 2 test d2/a
238 <?xml version="1.0"?> 238 <?xml version="1.0"?>
239 <log> 239 <log>
240 <logentry 240 <logentry
241 revision="2"> 241 revision="2">
242 <author>test</author> 242 <author>test</author>
278 2 right-1 278 2 right-1
279 1 right-2 279 1 right-2
280 0 merge 280 0 merge
281 % expect 4 changes 281 % expect 4 changes
282 At revision 4. 282 At revision 4.
283 4 4 test . 283 4 4 test .
284 4 3 test b 284 4 3 test b
285 4 2 test left-1 285 4 2 test left-1
286 4 3 test left-2 286 4 3 test left-2
287 4 4 test right-1 287 4 4 test right-1
288 4 4 test right-2 288 4 4 test right-2
289 <?xml version="1.0"?> 289 <?xml version="1.0"?>
290 <log> 290 <log>
291 <logentry 291 <logentry
292 revision="4"> 292 revision="4">
293 <author>test</author> 293 <author>test</author>