author | Martin von Zweigbergk <martinvonz@google.com> |
Mon, 20 Jul 2015 13:35:19 -0700 | |
changeset 25895 | c30b739c322f |
parent 25893 | 04ae6feb04c5 |
child 25896 | 6805a4f76cda |
--- 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)