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
Lint Skipped
Unit
Unit Tests Skipped

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.