Mercurial > public > mercurial-scm > hg
diff mercurial/localrepo.py @ 42349:ffab9eed3921
merge with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 20 May 2019 11:40:47 -0400 |
parents | 6310180662f5 2338bdea4474 |
children | f385ba70e4af |
line wrap: on
line diff
--- 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)