##// END OF EJS Templates
Add bookmarks property to git branch, it makes it consistent with other property...
marcink -
r4088:7c73f186 default
parent child Browse files
Show More
@@ -433,6 +433,13 b' class GitRepository(BaseRepository):'
433 raise RepositoryError(e.strerror)
433 raise RepositoryError(e.strerror)
434
434
435 @LazyProperty
435 @LazyProperty
436 def bookmarks(self):
437 """
438 Get's bookmarks for this repository
439 """
440 return {}
441
442 @LazyProperty
436 def _parsed_refs(self):
443 def _parsed_refs(self):
437 return self._get_parsed_refs()
444 return self._get_parsed_refs()
438
445
General Comments 0
You need to be logged in to leave comments. Login now