This is an archive of the discontinued Mercurial Phabricator instance.

histedit: convert bool to bytestring manually
ClosedPublic

Authored by durin42 on Feb 13 2018, 6:14 PM.

Details

Summary

Yes, this format has 'True' and 'False' in it. I'm sorry, as it's
almost certainly my fault.

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

durin42 created this revision.Feb 13 2018, 6:14 PM
indygreg accepted this revision.Feb 13 2018, 11:55 PM
indygreg added a subscriber: indygreg.

Pretty sure I wrote this patch the other day...

This revision is now accepted and ready to land.Feb 13 2018, 11:55 PM

Yeah, but it failed tests. I suspect the difference between D2169 and this is the extra parens in my version?

This revision was automatically updated to reflect the committed changes.