( )⚙ D7006 py3: stop implicitly importing unicode

This is an archive of the discontinued Mercurial Phabricator instance.

py3: stop implicitly importing unicode
ClosedPublic

Authored by indygreg on Oct 6 2019, 5:22 PM.

Details

Summary

We should be pycompat.unicode everywhere. It turns out we were doing this
everywhere except for one place in templatefilters!

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Oct 6 2019, 5:22 PM
pulkit accepted this revision.Oct 6 2019, 11:39 PM
This revision is now accepted and ready to land.Oct 6 2019, 11:39 PM
This revision was automatically updated to reflect the committed changes.