This is an archive of the discontinued Mercurial Phabricator instance.

py3: add b'' prefixes in hgext/convert/subversion.py
ClosedPublic

Authored by pulkit on May 19 2018, 10:36 AM.

Details

Summary

Litrerals starting with tripe quotes or prepended with r'' does not get
prepended by b'' by the transformer.

  1. skip-blame because just adding b'' prefixes

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.May 19 2018, 10:36 AM
This revision was automatically updated to reflect the committed changes.