This is an archive of the discontinued Mercurial Phabricator instance.

py3: prevent transformer from adding b'' by adding r'' prefix
ClosedPublic

Authored by pulkit on Apr 12 2018, 8:06 AM.

Details

Summary

These are cases where we need to use str, therefore we add r'' prefix.

  1. skip-blame because just r'' prefixes

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

pulkit created this revision.Apr 12 2018, 8:06 AM
indygreg accepted this revision.Apr 12 2018, 11:01 AM
This revision is now accepted and ready to land.Apr 12 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.