mercurial/localrepo.py
changeset 42371 ffab9eed3921
parent 42369 6310180662f5
parent 42169 2338bdea4474
child 42425 f385ba70e4af
--- a/mercurial/localrepo.py	Mon May 20 08:40:54 2019 +0900
+++ b/mercurial/localrepo.py	Mon May 20 11:40:47 2019 -0400
@@ -1226,7 +1226,7 @@
         return cls(self, name, visibilityexceptions)
 
     @mixedrepostorecache(('bookmarks', ''), ('bookmarks.current', ''),
-                         ('bookmarks', 'store'))
+                         ('bookmarks', 'store'), ('00changelog.i', 'store'))
     def _bookmarks(self):
         return bookmarks.bmstore(self)