This is an archive of the discontinued Mercurial Phabricator instance.

httppeer: use %s for formatting
ClosedPublic

Authored by indygreg on Jan 22 2019, 9:44 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHGa9b609fbe39c: httppeer: use %s for formatting
Summary

This prevents a b'' from appearing in Python 3 output. We keep the
single quotes for backwards compatibility.

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.Jan 22 2019, 9:44 PM
This revision was automatically updated to reflect the committed changes.