changeset 25895:c30b739c322f

exchange: s/phase/bookmark/ in _pushb2bookmarks()
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 20 Jul 2015 13:35:19 -0700
parents 04ae6feb04c5
children 6805a4f76cda
files mercurial/exchange.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)