Show More
@@ -333,6 +333,10 b' class cg1unpacker(object):' | |||||
333 | clend = len(cl) |
|
333 | clend = len(cl) | |
334 | changesets = clend - clstart |
|
334 | changesets = clend - clstart | |
335 | progress.complete() |
|
335 | progress.complete() | |
|
336 | del deltas | |||
|
337 | # TODO Python 2.7 removal | |||
|
338 | # del efilesset | |||
|
339 | efilesset = None | |||
336 | self.callback = None |
|
340 | self.callback = None | |
337 |
|
341 | |||
338 | # pull off the manifest group |
|
342 | # pull off the manifest group |
General Comments 0
You need to be logged in to leave comments.
Login now