This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: adapt for removed filelog.ancestors()
ClosedPublic

Authored by martinvonz on Jul 10 2018, 5:06 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX68be1767fbce: remotefilelog: adapt for removed filelog.ancestors()
Summary

Since upstream commit 1541e1a8e87d (filelog: wrap revlog instead of
inheriting it (API), 2018-04-06), filelog.ancestors() no longer
exists. Luckily it's just a single line, so we can easily inline it.

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

martinvonz created this revision.Jul 10 2018, 5:06 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJul 10 2018, 5:06 PM
quark accepted this revision.Jul 10 2018, 5:53 PM
This revision is now accepted and ready to land.Jul 10 2018, 5:53 PM
This revision was automatically updated to reflect the committed changes.