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
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/githelp.py | ||
---|---|---|
126 | 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.