This is an archive of the discontinued Mercurial Phabricator instance.

notify: cast hash to bytes
ClosedPublic

Authored by indygreg on Oct 8 2019, 12:42 AM.

Details

Summary

This is needed to avoid a str/bytes mismatch when interpolating a
line or 2 later.

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

indygreg created this revision.Oct 8 2019, 12:42 AM
marmoute accepted this revision.Oct 8 2019, 6:32 AM
marmoute added a subscriber: marmoute.

This looks good to me.

pulkit accepted this revision.Oct 10 2019, 9:30 AM
This revision is now accepted and ready to land.Oct 10 2019, 9:30 AM
This revision was automatically updated to reflect the committed changes.