ParseError implements __bytes__, but it doesn't implement
__str__, so it gets the default __str__ implementation. The next
patch will make it so ParseError gets a __str__ implementation,
which changes the format slightly. This prepares by making us not
depend on the format.
Details
Details
- Reviewers
mharbison72 - Group Reviewers
hg-reviewers - Commits
- rHG18489e26d9a0: tests: make doctests not depend on str(ParseError()) format
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.