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
Lint Skipped - Unit
Unit Tests Skipped
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 | ||
---|---|---|
74 | s/inst/fmsg/ and queued, thanks. |
s/inst/fmsg/ and queued, thanks.