MatchObject group names are strings, not bytes. Using bytes in py3 leads to an
IndexError.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG16d050678047: py3: use r'' for group name arguments to MatchObjects in phabricator.py
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.