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)
--- 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