All strings in mercurial must be bytes so we can easily replace basestring with
bytes.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHGbfd072c52e03: py3: use bytes in place of basestring
rHG2523ab8ba69d: py3: use bytes in place of basestring
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
Testing a unicode string is probably wrong since almost all "strings" in Mercurial
must be bytes. Perhaps these basestrings can be replaced with bytes.