Avoids the b'' prefix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
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.