##// END OF EJS Templates
bookmark: also make bookmark cache depends of the changelog...
marmoute -
r42925:2338bdea stable
parent child Browse files
Show More
@@ -1219,7 +1219,8 b' class localrepository(object):'
1219 1219 cls = repoview.newtype(self.unfiltered().__class__)
1220 1220 return cls(self, name, visibilityexceptions)
1221 1221
1222 @repofilecache('bookmarks', 'bookmarks.current')
1222 @mixedrepostorecache(('bookmarks', ''), ('bookmarks.current', ''),
1223 ('00changelog.i', 'store'))
1223 1224 def _bookmarks(self):
1224 1225 return bookmarks.bmstore(self)
1225 1226
@@ -212,7 +212,7 b' Check result of the push.'
212 212 | summary: A1
213 213 |
214 214 | o changeset: 3:f26c3b5167d1
215 | | bookmark: book-B (false !)
215 | | bookmark: book-B
216 216 | | user: test
217 217 | | date: Thu Jan 01 00:00:00 1970 +0000
218 218 | | summary: B1
@@ -235,4 +235,4 b' Check result of the push.'
235 235
236 236 $ hg -R bookrace-server book
237 237 book-A 4:9ce3b28c16de
238 book-B 3:f26c3b5167d1 (false !)
238 book-B 3:f26c3b5167d1
General Comments 0
You need to be logged in to leave comments. Login now