Python 3 does not allow to use '%s' for integers.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG7303ab86431a: py3: use '%d' instead of '%s' for integers
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
mercurial/commands.py | ||
---|---|---|
4881–4884 | IMO we should be using hex nodes here instead of revision numbers. But that was a preexisting condition. Meh. |
IMO we should be using hex nodes here instead of revision numbers. But that was a preexisting condition. Meh.