hgext/git/__init__.py
changeset 46607 e9901d01d135
parent 45950 c7c1efdfd4de
child 47631 16bae8abcc03
--- a/hgext/git/__init__.py	Tue Feb 23 22:58:30 2021 -0800
+++ b/hgext/git/__init__.py	Wed Feb 03 16:33:10 2021 -0800
@@ -90,7 +90,7 @@
             return os.path.join(self.path, b'..', b'.hg', f)
         raise NotImplementedError(b'Need to pick file for %s.' % f)
 
-    def changelog(self, trypending):
+    def changelog(self, trypending, concurrencychecker):
         # TODO we don't have a plan for trypending in hg's git support yet
         return gitlog.changelog(self.git, self._db)