# HG changeset patch # User Pierre-Yves David # Date 1411631856 25200 # Node ID eef31f9a4c0f9f58cd5e6006e503367a974f4451 # Parent cd7e17aa604032ddffbdc6a819ee9ef53705cdef 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) diff -r cd7e17aa6040 -r eef31f9a4c0f 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