the keys of opts are str here, so we have to convert it to bytes before passing
into error.Abort()
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG64280cd4b454: py3: use pycompat.bytestr() to convert str into bytes
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.