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