Show More
@@ -804,6 +804,8 b' class bundlepart(object):' | |||
|
804 | 804 | yield chunk |
|
805 | 805 | except BaseException, exc: |
|
806 | 806 | # backup exception data for later |
|
807 | ui.debug('bundle2-input-stream-interrupt: encoding exception %s' | |
|
808 | % exc) | |
|
807 | 809 | exc_info = sys.exc_info() |
|
808 | 810 | msg = 'unexpected error: %s' % exc |
|
809 | 811 | interpart = bundlepart('error:abort', [('message', msg)], |
General Comments 0
You need to be logged in to leave comments.
Login now