Calling .format() on a byte-string does not work, thus
causing an exception on Python 3. This commit adds a function
to paper over the difference.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGa098db54bd94: infinitepush: fix `{get,put}_args` formatting on Python 3
rHGe285655c37c5: infinitepush: fix `{get,put}_args` formatting on Python 3
Diff Detail
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.