This is an archive of the discontinued Mercurial Phabricator instance.

githelp: format with %d if an integer
ClosedPublic

Authored by indygreg on Jan 26 2019, 5:34 PM.

Details

Summary

Python 3 doesn't allow us to format an int with %s like Python 2
did. So handle that.

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 26 2019, 5:34 PM
pulkit accepted this revision.Jan 26 2019, 6:07 PM
This revision was automatically updated to reflect the committed changes.