This is an archive of the discontinued Mercurial Phabricator instance.

errors: name arguments to Abort constructor
ClosedPublic

Authored by martinvonz on Oct 8 2020, 7:10 PM.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Oct 8 2020, 7:10 PM
pulkit accepted this revision.Oct 9 2020, 5:10 AM
This revision is now accepted and ready to land.Oct 9 2020, 5:10 AM
This revision was automatically updated to reflect the committed changes.
martinvonz added inline comments.Oct 9 2020, 11:06 AM
tests/test-url.py
395

This needs to be wrapped in pycompat.bytestr() to work on py3. Sorry I didn't notice before. Want me to fold that in in flight or send a follow-up?