This is an archive of the discontinued Mercurial Phabricator instance.

wireprotov2: add bookmarks to "changesetdata" command
ClosedPublic

Authored by indygreg on Sep 5 2018, 12:20 PM.

Details

Summary

Like we did for phases, we want to emit bookmarks data attached
to each changeset.

The approach here is very similar to phases: we emit bookmarks
data inline with requested revision data. But we emit
records for nodes that weren't requested as well so consumers have
access to the full set of defined bookmarks.

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.Sep 5 2018, 12:20 PM
indygreg updated this revision to Diff 10965.Sep 12 2018, 1:11 PM
This revision was automatically updated to reflect the committed changes.