Show More
@@ -571,7 +571,7 b' def _pushb2obsmarkers(pushop, bundler):' | |||||
571 |
|
571 | |||
572 | @b2partsgenerator('bookmarks') |
|
572 | @b2partsgenerator('bookmarks') | |
573 | def _pushb2bookmarks(pushop, bundler): |
|
573 | def _pushb2bookmarks(pushop, bundler): | |
574 |
"""handle |
|
574 | """handle bookmark push through bundle2""" | |
575 | if 'bookmarks' in pushop.stepsdone: |
|
575 | if 'bookmarks' in pushop.stepsdone: | |
576 | return |
|
576 | return | |
577 | b2caps = bundle2.bundle2caps(pushop.remote) |
|
577 | b2caps = bundle2.bundle2caps(pushop.remote) |
General Comments 0
You need to be logged in to leave comments.
Login now