diff -r a4483e380c3e -r 0e41f40b01cc tests/test-fastannotate-hg.t --- a/tests/test-fastannotate-hg.t Thu Apr 04 13:46:49 2019 +0200 +++ b/tests/test-fastannotate-hg.t Wed Dec 27 19:49:36 2017 -0800 @@ -443,7 +443,7 @@ > def reposetup(ui, repo): > class legacyrepo(repo.__class__): > def _filecommit(self, fctx, manifest1, manifest2, - > linkrev, tr, changelist): + > linkrev, tr, changelist, includecopymeta): > fname = fctx.path() > text = fctx.data() > flog = self.file(fname)