This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: get linkrev using an unfiltered changelog
ClosedPublic

Authored by durin42 on Sep 20 2018, 3:35 PM.
Tags
None
Subscribers
None

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rFBHGX9211cbc8e412: remotefilelog: get linkrev using an unfiltered changelog
Summary

We'd previously managed to dodge this bullet because we overrode the prune()
method in cgpacker, but now that method is inlined and we should just have a
correct linkrev() method instead.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Sep 20 2018, 3:35 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptSep 20 2018, 3:35 PM
This revision was automatically updated to reflect the committed changes.