mercurial/bundlerepo.py
branchstable
changeset 42510 3472a3f9d785
parent 41038 3913223417ea
child 42721 161d39e9be4b
--- a/mercurial/bundlerepo.py	Wed Jun 19 17:26:19 2019 +0200
+++ b/mercurial/bundlerepo.py	Fri Jun 21 03:50:06 2019 +0200
@@ -365,6 +365,11 @@
         self.manstart = self._cgunpacker.tell()
         return c
 
+    def _refreshchangelog(self):
+        # changelog for bundle repo are not filecache, this method is not
+        # applicable.
+        pass
+
     @localrepo.unfilteredpropertycache
     def manifestlog(self):
         self._cgunpacker.seek(self.manstart)