Details
Details
- Reviewers
indygreg yuja - Group Reviewers
hg-reviewers - Commits
- rHG390d16ea7c76: py3: use pycompat.bytestr instead of str
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/context.py | ||
---|---|---|
436 | Nit: could be %d. | |
mercurial/dispatch.py | ||
993 | Better to use forcebytestr() here because we are blaming a bad extension | |
mercurial/revlog.py | ||
2470 | Perhaps bytes() is more appropriate here. I think this is just making a sort of bytes |
Nit: could be %d.