Show More
@@ -218,7 +218,9 class convert_svn(converter_source): | |||
|
218 | 218 | copies = {} |
|
219 | 219 | entries = [] |
|
220 | 220 | self.ui.debug("Parsing revision %d\n" % revnum) |
|
221 |
if orig_paths is |
|
|
221 | if orig_paths is None: | |
|
222 | return | |
|
223 | ||
|
222 | 224 |
|
|
223 | 225 |
|
|
224 | 226 |
|
General Comments 0
You need to be logged in to leave comments.
Login now