##// END OF EJS Templates
exchange: s/phase/bookmark/ in _pushb2bookmarks()
Martin von Zweigbergk -
r25895:c30b739c default
parent child Browse files
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 phase push through bundle2"""
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