This is an archive of the discontinued Mercurial Phabricator instance.

bookmarks: write bookmarks file deterministically
ClosedPublic

Authored by indygreg on Feb 26 2018, 4:34 PM.

Details

Summary

Bookmarks are internally stored as an unsorted dictionary. Let's at
least write out the bookmarks file in a deterministic order so it is
easier to test, diff, etc.

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.Feb 26 2018, 4:34 PM
yuja accepted this revision.Feb 27 2018, 7:30 AM
This revision is now accepted and ready to land.Feb 27 2018, 7:30 AM
This revision was automatically updated to reflect the committed changes.