Show More
@@ -279,7 +279,6 class cg1unpacker(object): | |||
|
279 | 279 | changesets = files = revisions = 0 |
|
280 | 280 | |
|
281 | 281 | try: |
|
282 | if True: | |
|
283 | 282 |
|
|
284 | 283 |
|
|
285 | 284 |
|
@@ -304,8 +303,8 class cg1unpacker(object): | |||
|
304 | 303 |
|
|
305 | 304 |
|
|
306 | 305 |
|
|
307 |
|
|
|
308 |
|
|
|
306 | repo.ui.progress(self._step, self._count, unit=_('chunks'), | |
|
307 | total=self._total) | |
|
309 | 308 |
|
|
310 | 309 |
|
|
311 | 310 | |
@@ -314,8 +313,7 class cg1unpacker(object): | |||
|
314 | 313 |
|
|
315 | 314 | |
|
316 | 315 |
|
|
317 |
|
|
|
318 | addrevisioncb=onchangelog) | |
|
316 | cgnodes = cl.addgroup(self, csmap, trp, addrevisioncb=onchangelog) | |
|
319 | 317 |
|
|
320 | 318 | |
|
321 | 319 |
|
General Comments 0
You need to be logged in to leave comments.
Login now