This is an archive of the discontinued Mercurial Phabricator instance.

py3: almost fix test-trusted.py
ClosedPublic

Authored by durin42 on Jan 24 2019, 3:04 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG73ccba60aaa1: py3: almost fix test-trusted.py
Summary

The test now only fails due to output format changes on the repr of
mercurial.error.ParseError. I'm not really sure how to approach that
for now.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Jan 24 2019, 3:04 PM
pulkit added a subscriber: pulkit.Jan 24 2019, 3:12 PM
pulkit added inline comments.
tests/test-trusted.py
25

We can drop this if pycompat.ispy3.

durin42 updated this revision to Diff 13426.Jan 24 2019, 3:24 PM
This revision was automatically updated to reflect the committed changes.