Show More
@@ -483,6 +483,8 b' class svn_source(converter_source):' | |||||
483 | try: |
|
483 | try: | |
484 | for entry in stream: |
|
484 | for entry in stream: | |
485 | origpaths, revnum, author, date, message = entry |
|
485 | origpaths, revnum, author, date, message = entry | |
|
486 | if not origpaths: | |||
|
487 | origpaths = [] | |||
486 | copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e |
|
488 | copies = [(e.copyfrom_path, e.copyfrom_rev, p) for p, e | |
487 | in origpaths.iteritems() if e.copyfrom_path] |
|
489 | in origpaths.iteritems() if e.copyfrom_path] | |
488 | # Apply moves/copies from more specific to general |
|
490 | # Apply moves/copies from more specific to general |
General Comments 0
You need to be logged in to leave comments.
Login now