This is an archive of the discontinued Mercurial Phabricator instance.

relnotes: port to Python 3
ClosedPublic

Authored by durin42 on Oct 13 2018, 4:01 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG3fc2ef49959c: relnotes: port to Python 3
Summary

The big annoyance here was having to feed textwrap unicodes instead of
bytes, but it all seems to work.

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.Oct 13 2018, 4:01 AM

I'm OK with assuming release notes are UTF-8 until we need to cross that bridge.

This revision was automatically updated to reflect the committed changes.