Avoids the b'' prefix.
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
I think shellquote() is okay, but simpler workaround is to use bytestr(date)
to drop b.
Comment Actions
repr() should be applied to a bytestr object to get bytestr.repr() working.
Fixed in flight.