Show More
@@ -167,11 +167,11 class localrepository(repo.repository): | |||
|
167 | 167 | parts.pop() |
|
168 | 168 | return False |
|
169 | 169 | |
|
170 | @util.propertycache | |
|
170 | @filecache('bookmarks') | |
|
171 | 171 | def _bookmarks(self): |
|
172 | 172 | return bookmarks.read(self) |
|
173 | 173 | |
|
174 | @util.propertycache | |
|
174 | @filecache('bookmarks.current') | |
|
175 | 175 | def _bookmarkcurrent(self): |
|
176 | 176 | return bookmarks.readcurrent(self) |
|
177 | 177 |
General Comments 0
You need to be logged in to leave comments.
Login now