Show More
@@ -218,7 +218,9 class convert_svn(converter_source): | |||||
218 | copies = {} |
|
218 | copies = {} | |
219 | entries = [] |
|
219 | entries = [] | |
220 | self.ui.debug("Parsing revision %d\n" % revnum) |
|
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 | rev = self.rev(revnum) | |
223 |
|
|
225 | try: | |
224 |
|
|
226 | branch = self.module.split("/")[-1] |
General Comments 0
You need to be logged in to leave comments.
Login now