( )⚙ D3250 hgweb: use native strings when interfacing with stdlib headers

This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: use native strings when interfacing with stdlib headers
ClosedPublic

Authored by durin42 on Apr 11 2018, 4:42 PM.

Details

Summary

We're still parsing the stdlib-provided headers here, so we need to
tread carefully and use native strings. Yuck.

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.Apr 11 2018, 4:42 PM
indygreg accepted this revision.Apr 12 2018, 11:20 AM
This revision is now accepted and ready to land.Apr 12 2018, 11:20 AM
This revision was automatically updated to reflect the committed changes.