# HG changeset patch # User Martin von Zweigbergk # Date 1437424519 25200 # Node ID c30b739c322fdafeabee82d0d33e4de5abb8fca5 # Parent 04ae6feb04c5f71ff0bfe1be89e4b8b696643bad exchange: s/phase/bookmark/ in _pushb2bookmarks() diff -r 04ae6feb04c5 -r c30b739c322f mercurial/exchange.py --- a/mercurial/exchange.py Sun Aug 02 21:56:38 2015 -0700 +++ b/mercurial/exchange.py Mon Jul 20 13:35:19 2015 -0700 @@ -571,7 +571,7 @@ @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)