Show More
@@ -410,7 +410,7 class mercurial_sink(converter_sink): | |||||
410 | def putbookmarks(self, updatedbookmark): |
|
410 | def putbookmarks(self, updatedbookmark): | |
411 | if not len(updatedbookmark): |
|
411 | if not len(updatedbookmark): | |
412 | return |
|
412 | return | |
413 |
|
413 | if True: | ||
414 | self.ui.status(_("updating bookmarks\n")) |
|
414 | self.ui.status(_("updating bookmarks\n")) | |
415 | destmarks = self.repo._bookmarks |
|
415 | destmarks = self.repo._bookmarks | |
416 | for bookmark in updatedbookmark: |
|
416 | for bookmark in updatedbookmark: |
General Comments 0
You need to be logged in to leave comments.
Login now