Show More
@@ -1315,7 +1315,7 b' def unbundle(repo, cg, heads, source, ur' | |||||
1315 | def recordout(output): |
|
1315 | def recordout(output): | |
1316 | r.newpart('output', data=output, mandatory=False) |
|
1316 | r.newpart('output', data=output, mandatory=False) | |
1317 | tr.close() |
|
1317 | tr.close() | |
1318 | except Exception, exc: |
|
1318 | except BaseException, exc: | |
1319 | exc.duringunbundle2 = True |
|
1319 | exc.duringunbundle2 = True | |
1320 | if captureoutput and r is not None: |
|
1320 | if captureoutput and r is not None: | |
1321 | parts = exc._bundle2salvagedoutput = r.salvageoutput() |
|
1321 | parts = exc._bundle2salvagedoutput = r.salvageoutput() |
General Comments 0
You need to be logged in to leave comments.
Login now