This has been useful for me for debugging.
Details
Details
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
Either way, you should make sure this always returns a sysstr, otherwise you'll cause pretty terrible python3 breakage. Look around for other repr instances for examples.
mercurial/transaction.py | ||
---|---|---|
191 | nit: I think this would make more sense as a repr than a str. |
nit: I think this would make more sense as a repr than a str.