py3: use `except error as e` instead of `except error, e`
The latter throws SyntaxError on Python 3. Differential Revision: https://phab.mercurial-scm.org/D3613
Loading
Please register or sign in to comment
The latter throws SyntaxError on Python 3. Differential Revision: https://phab.mercurial-scm.org/D3613