This is an archive of the discontinued Mercurial Phabricator instance.

compat: add support for hg >= b235bde3
ClosedPublic

Authored by martinvonz on Apr 18 2018, 6:00 PM.
Tags
None
Subscribers
None

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGXd3937fd12b9a: compat: add support for hg >= b235bde3
Summary

Commit b235bde3 dropped the "linenumber" argument from
filectx.annotate(). Since we only ever pass "prefetchskip" by name, we
can safely access it via kwargs.

This patch doesn't update fastannotate in a backwards compatible way
simply because we don't use fastannotate at Google (we do use absorb,
and hopefully that doesn't depend on fastannotate's override?).

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.Apr 18 2018, 6:00 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptApr 18 2018, 6:00 PM
quark accepted this revision.Apr 18 2018, 10:43 PM
This revision is now accepted and ready to land.Apr 18 2018, 10:43 PM
This revision was automatically updated to reflect the committed changes.