Iterating on bytes give you ascii values instead of bytechr so we need to wrap
the bytes in pycompat.bytestr() to get bytechr while iterating.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGe887381e2976: py3: bytestr() bytes to get bytechar while iterating on it
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped