phabreading a stack using hg phabread :D1234 under py3 will currently die
with a KeyError because it will index into b':D1234' and return 58 instead
of b':' as a token.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG47946f08e463: py3: don't index into bytes in phabricator's _tokenize()
rHGb3a1ba3f46f1: py3: don't index into bytes in phabricator's _tokenize()
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.