exchange: s/phase/bookmark/ in _pushb2bookmarks()

This commit is contained in:
Martin von Zweigbergk 2015-07-20 13:35:19 -07:00
parent 20e8951b71
commit 2b14caf707

View File

@ -571,7 +571,7 @@ def _pushb2obsmarkers(pushop, bundler):
@b2partsgenerator('bookmarks')
def _pushb2bookmarks(pushop, bundler):
"""handle phase push through bundle2"""
"""handle bookmark push through bundle2"""
if 'bookmarks' in pushop.stepsdone:
return
b2caps = bundle2.bundle2caps(pushop.remote)