This is an archive of the discontinued Mercurial Phabricator instance.

bundle2: fix the formatting of the stream part requirements
ClosedPublic

Authored by lothiraldan on Jan 31 2018, 11:24 AM.

Details

Summary

Use the same pre-encoded normalization as bundlespecs for the stream v2 part
requirements. As it touch the wire protocol, it needs to change before the
release.

This was spotted by Gregory Szorc.

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

lothiraldan created this revision.Jan 31 2018, 11:24 AM
This revision was automatically updated to reflect the committed changes.

I queued these first two for stable because of backwards compatibility concerns for the wire protocol. As much as it pains me to say it, the rest of the series doesn't seem appropriate for stable (even though I wish we had the functionality in 4.5).