Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG2aa12d7fcb4f: py3: use "%f" for floats instead of "%s"
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.
Event Timeline
Comment Actions
self.automatestdio = True
- self.ui.debug("mtn automate version %s - using automate stdio\n" %
+ self.ui.debug("mtn automate version %f - using automate stdio\n" %
version)
'%s' had a cleverness that the shortest accurate form is computed.
We'll have to use bytestr() or '%r' instead.