( )⚙ D6049 global: use raw strings for namedtuple()

This is an archive of the discontinued Mercurial Phabricator instance.

global: use raw strings for namedtuple()
ClosedPublic

Authored by indygreg on Mar 2 2019, 4:26 PM.

Details

Summary

Otherwise Python 2 will attempt to coerce unicode to str, which
we don't want.

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.Mar 2 2019, 4:26 PM
This revision was automatically updated to reflect the committed changes.