This is an archive of the discontinued Mercurial Phabricator instance.

histedit: fix silly bug that was unpacking a bytestr before writing it
ClosedPublic

Authored by durin42 on Feb 13 2018, 7:13 PM.

Details

Summary

I have this foggy notion that popbuffer() might have returned a list
in the past, but it doesn't anymore, and this was breaking on Python

  1. As a bonus, it's probably a ton faster on Python 2 now.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Feb 13 2018, 7:13 PM
indygreg accepted this revision.Feb 13 2018, 11:56 PM
This revision is now accepted and ready to land.Feb 13 2018, 11:56 PM
This revision was automatically updated to reflect the committed changes.