Details
Details
- Reviewers
- yuja 
- Group Reviewers
- hg-reviewers 
- Commits
- rHGddeb7653b31c: py3: use pycompat.bytestr to convert str to 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. 
Event Timeline
Comment Actions
Here '%r' % pycompat.bytestr(user) is preferred since repr(user) would
leave b'' prefix in error message.