This is an archive of the discontinued Mercurial Phabricator instance.

fix: replace str() by b'%d' for formatting integer
ClosedPublic

Authored by martinvonz on Nov 7 2019, 6:47 AM.

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

martinvonz created this revision.Nov 7 2019, 6:47 AM
martinvonz retitled this revision from fix: replcace str() by b'%d' for formatting integer to fix: replace str() by b'%d' for formatting integer.Nov 7 2019, 2:18 PM
indygreg accepted this revision.Nov 8 2019, 11:53 AM
This revision is now accepted and ready to land.Nov 8 2019, 11:53 AM
This revision was automatically updated to reflect the committed changes.