mercurial/exchange.py
changeset 42920 08fce968d00b
parent 42830 10841b9a80c3
child 42928 e0bf41b83cef
--- a/mercurial/exchange.py	Fri Sep 06 23:15:52 2019 -0700
+++ b/mercurial/exchange.py	Sun Sep 08 20:09:31 2019 -0400
@@ -730,9 +730,9 @@
     return _processcompared(pushop, ancestors, explicit, remotebookmark, comp)
 
 def _processcompared(pushop, pushed, explicit, remotebms, comp):
-    """take decision on bookmark to pull from the remote bookmark
+    """take decision on bookmarks to push to the remote repo
 
-    Exist to help extensions who want to alter this behavior.
+    Exists to help extensions alter this behavior.
     """
     addsrc, adddst, advsrc, advdst, diverge, differ, invalid, same = comp