Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
42348:de65ae32b82d | 42349:ffab9eed3921 |
---|---|
1224 | 1224 |
1225 cls = repoview.newtype(self.unfiltered().__class__) | 1225 cls = repoview.newtype(self.unfiltered().__class__) |
1226 return cls(self, name, visibilityexceptions) | 1226 return cls(self, name, visibilityexceptions) |
1227 | 1227 |
1228 @mixedrepostorecache(('bookmarks', ''), ('bookmarks.current', ''), | 1228 @mixedrepostorecache(('bookmarks', ''), ('bookmarks.current', ''), |
1229 ('bookmarks', 'store')) | 1229 ('bookmarks', 'store'), ('00changelog.i', 'store')) |
1230 def _bookmarks(self): | 1230 def _bookmarks(self): |
1231 return bookmarks.bmstore(self) | 1231 return bookmarks.bmstore(self) |
1232 | 1232 |
1233 @property | 1233 @property |
1234 def _activebookmark(self): | 1234 def _activebookmark(self): |