D7463: wireprotov1server: capture Abort type before accessing the `hint` attribute

2019-11-21 Thread mharbison72 (Matt Harbison)
Closed by commit rHG1d1232c0726f: wireprotov1server: capture Abort type before accessing the `hint` attribute (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7463: wireprotov1server: capture Abort type before accessing the `hint` attribute

2019-11-20 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Although the previous code worked, pytypes complained because `exc` is caught above as `BundleValueError, Abort, PushRaced`, and the other two don't have