This is an archive of the discontinued Mercurial Phabricator instance.

py3: explicitly cast bool to bytes
ClosedPublic

Authored by indygreg on Feb 11 2018, 10:45 PM.

Details

Summary

Yes, the file format actually looks for literal True.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Feb 11 2018, 10:45 PM
pulkit accepted this revision.Feb 12 2018, 2:44 AM
durin42 accepted this revision.Feb 12 2018, 9:32 PM
This revision is now accepted and ready to land.Feb 12 2018, 9:32 PM
This revision was automatically updated to reflect the committed changes.

This appears to break histedit tests for me somehow, which is curious because I swear they passed once. I'll drop it for now and try to come back to it.