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

Event Timeline

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