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