##// END OF EJS Templates
wireprotov1server: capture Abort type before accessing the `hint` attribute...
Matt Harbison -
r44122:1d1232c0 default
parent child Browse files
Show More
@@ -679,7 +679,7 b' def unbundle(repo, proto, heads):'
679 679 if not getattr(exc, 'duringunbundle2', False):
680 680 try:
681 681 raise
682 except error.Abort:
682 except error.Abort as exc:
683 683 # The old code we moved used procutil.stderr directly.
684 684 # We did not change it to minimise code change.
685 685 # This need to be moved to something proper.
General Comments 0
You need to be logged in to leave comments. Login now