Details
Details
- Reviewers
pulkit yuja - Group Reviewers
hg-reviewers - Commits
- rHGd85ef895d5f6: verify: fix exception formatting bug in 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.
Event Timeline
Comment Actions
According to 12998fd17fbc, the original intent was to use repr() if str(inst) was empty.
Needs pycompat.byterepr(inst) if util.forcebytestr(inst) is empty.
mercurial/verify.py | ||
---|---|---|
73–76 | s/inst/fmsg/ and queued, thanks. |
s/inst/fmsg/ and queued, thanks.