This is an archive of the discontinued Mercurial Phabricator instance.

changing-files: retrieve changelogrevision.files from the sidedata block
ClosedPublic

Authored by marmoute on Sep 26 2020, 8:10 AM.

Details

Summary

The files field is know to have issue, using a list with fixed, and fixable,
computation can only help. For example, using a fixes files field would be
enough to fix issue6219 once this feature get usable in production.

We focus on having thing working for now, we will deal with performance later.
Right now we have a ironic situation were we parse sorted value from disk to
turn them into a set and then having to sort it again.

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.