push: add `pushoperation.bkresult`
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 25 Sep 2014 00:57:36 -0700
changeset 22624 eef31f9a4c0f
parent 22623 cd7e17aa6040
child 22625 62ab9ca90b36
push: add `pushoperation.bkresult` This attribute will be used to carry the result of the bookmark push (when the `push` function will effectively be doing any bookmarks pushes)
mercurial/exchange.py
--- a/mercurial/exchange.py	Thu Sep 25 01:49:20 2014 -0700
+++ b/mercurial/exchange.py	Thu Sep 25 00:57:36 2014 -0700
@@ -88,6 +88,8 @@
         #   we have outgoing changesets but refused to push
         # - other values as described by addchangegroup()
         self.cgresult = None
+        # Boolean value for the bookmark push
+        self.bkresult = None
         # discover.outgoing object (contains common and outgoing data)
         self.outgoing = None
         # all remote heads before the push