mercurial/localrepo.py
changeset 22616 cda85cfc8252
parent 22502 e6e7ef68c879
child 22620 4d52e6eb98ea
--- a/mercurial/localrepo.py	Thu Sep 25 00:55:39 2014 -0700
+++ b/mercurial/localrepo.py	Thu Sep 25 02:21:59 2014 -0700
@@ -1592,7 +1592,7 @@
         return util.hooks()
 
     def push(self, remote, force=False, revs=None, newbranch=False):
-        return exchange.push(self, remote, force, revs, newbranch)
+        return exchange.push(self, remote, force, revs, newbranch).cgresult
 
     def stream_in(self, remote, requirements):
         lock = self.lock()