This has been useful for me for debugging.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
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.