Show More
@@ -679,7 +679,7 b' def unbundle(repo, proto, heads):' | |||||
679 | if not getattr(exc, 'duringunbundle2', False): |
|
679 | if not getattr(exc, 'duringunbundle2', False): | |
680 | try: |
|
680 | try: | |
681 | raise |
|
681 | raise | |
682 | except error.Abort: |
|
682 | except error.Abort as exc: | |
683 | # The old code we moved used procutil.stderr directly. |
|
683 | # The old code we moved used procutil.stderr directly. | |
684 | # We did not change it to minimise code change. |
|
684 | # We did not change it to minimise code change. | |
685 | # This need to be moved to something proper. |
|
685 | # This need to be moved to something proper. |
General Comments 0
You need to be logged in to leave comments.
Login now