This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix up test-remotefilelog-cacheprocess.t to not depend on a repr
ClosedPublic

Authored by durin42 on Jan 30 2019, 4:44 PM.

Details

Summary

It looks like the repr() of Exceptions is different from Python 2 to
Python 3.7 (but not 3.5?), but the str() is still stable. Sigh.

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 30 2019, 4:44 PM
pulkit accepted this revision.Jan 30 2019, 5:21 PM
This revision was automatically updated to reflect the committed changes.