This is an archive of the discontinued Mercurial Phabricator instance.

bundle: consistently keep a list of stringified revisions in "revs"
ClosedPublic

Authored by martinvonz on Apr 3 2018, 6:08 PM.

Details

Summary

Before this patch, "revs", in the "not base" branch, would be a list
of mixed integral revnums, hex nodeids, and branch names. After this
patch, they're all strings. They can still be a mix of hex nodeids and
branch names, but the important thing for my future patches is that
they're consistently in string form.

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

martinvonz created this revision.Apr 3 2018, 6:08 PM
indygreg accepted this revision.Apr 3 2018, 7:12 PM
This revision is now accepted and ready to land.Apr 3 2018, 7:12 PM
This revision was automatically updated to reflect the committed changes.