Show More
@@ -134,3 +134,15 b" hg --cwd b ci -d '5 0' -m 'merge'" | |||||
134 | hg convert -d svn b |
|
134 | hg convert -d svn b | |
135 | echo % expect 4 changes |
|
135 | echo % expect 4 changes | |
136 | svnupanddisplay b-hg-wc 0 |
|
136 | svnupanddisplay b-hg-wc 0 | |
|
137 | ||||
|
138 | echo % tags are not supported, but must not break conversion | |||
|
139 | ||||
|
140 | rm -rf a a-hg a-hg-wc | |||
|
141 | hg init a | |||
|
142 | echo a > a/a | |||
|
143 | hg --cwd a ci -d '0 0' -A -m 'Add file a' | |||
|
144 | hg --cwd a tag -d '1 0' -m 'Tagged as v1.0' v1.0 | |||
|
145 | ||||
|
146 | hg convert -d svn a | |||
|
147 | svnupanddisplay a-hg-wc 2 | |||
|
148 | rm -rf a a-hg a-hg-wc |
@@ -335,3 +335,41 b' At revision 4.' | |||||
335 | <msg>base</msg> |
|
335 | <msg>base</msg> | |
336 | </logentry> |
|
336 | </logentry> | |
337 | </log> |
|
337 | </log> | |
|
338 | % tags are not supported, but must not break conversion | |||
|
339 | adding a | |||
|
340 | assuming destination a-hg | |||
|
341 | initializing svn repository 'a-hg' | |||
|
342 | initializing svn working copy 'a-hg-wc' | |||
|
343 | scanning source... | |||
|
344 | sorting... | |||
|
345 | converting... | |||
|
346 | 1 Add file a | |||
|
347 | 0 Tagged as v1.0 | |||
|
348 | writing Subversion tags is not yet implemented | |||
|
349 | At revision 2. | |||
|
350 | 2 2 test . | |||
|
351 | 2 1 test a | |||
|
352 | 2 2 test .hgtags | |||
|
353 | <?xml version="1.0"?> | |||
|
354 | <log> | |||
|
355 | <logentry | |||
|
356 | revision="2"> | |||
|
357 | <author>test</author> | |||
|
358 | <date/> | |||
|
359 | <paths> | |||
|
360 | <path | |||
|
361 | action="A">/.hgtags</path> | |||
|
362 | </paths> | |||
|
363 | <msg>Tagged as v1.0</msg> | |||
|
364 | </logentry> | |||
|
365 | <logentry | |||
|
366 | revision="1"> | |||
|
367 | <author>test</author> | |||
|
368 | <date/> | |||
|
369 | <paths> | |||
|
370 | <path | |||
|
371 | action="A">/a</path> | |||
|
372 | </paths> | |||
|
373 | <msg>Add file a</msg> | |||
|
374 | </logentry> | |||
|
375 | </log> |
General Comments 0
You need to be logged in to leave comments.
Login now