diff -r 95c2f951e502 -r 3472a3f9d785 mercurial/bundlerepo.py --- 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)