This is more compatible with Python 3.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHG257f3651ada9: githelp: cast commands 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
hgext/githelp.py | ||
---|---|---|
127 | This should be __str__ = encoding.strmethod(__bytes__) otherwise we will get an error like str returned a non-string value. |
This should be __str__ = encoding.strmethod(__bytes__) otherwise we will get an error like str returned a non-string value.