tests/test-fastannotate-hg.t
changeset 42141 0e41f40b01cc
parent 41420 b6673e9bdcf6
child 42151 7116fc614cfc
--- 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)