mercurial/exchange.py
changeset 25895 c30b739c322f
parent 25836 dede675dc0c1
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)