This is an archive of the discontinued Mercurial Phabricator instance.

fastannotate: drop unused "prefetchskip" argument
ClosedPublic

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

Details

Reviewers
quark
Group Reviewers
Restricted Project
Commits
rFBHGX4d53fcaa00db: fastannotate: drop unused "prefetchskip" argument
Summary

The argument is defined by the overridden remotefilectx.annotate(),
but it's there only to let fastannotate pass it in. fastannotate's own
override will never get the argument.

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.