This is an archive of the discontinued Mercurial Phabricator instance.

py3: fix file i/o in test-status.t
ClosedPublic

Authored by indygreg on Feb 11 2018, 5:57 PM.

Details

Summary

Use raw string literal for open() mode and pass the proper data
type to write().

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

indygreg created this revision.Feb 11 2018, 5:57 PM
This revision was automatically updated to reflect the committed changes.