Skip to content

rust-changelog: introducing ChangelogEntry, a unique handle to access all data

Georges Racinet requested to merge topic/default/rust-cl-entry into branch/default

Everything should be explained in changeset descriptions.

Further notes:

  • there are no consumers of data_for_rev in the entire Mercurial code base
  • backwards compatibility is maintained.
  • my current experimental RHGitaly implementation uses the new ChangelogEntry and passes all tests against this topic (gitaly-comparison is the job for functional tests)

Merge request reports