mercurial/localrepo.py
changeset 22620 4d52e6eb98ea
parent 22616 cda85cfc8252
child 22642 45e50d8546d9
--- a/mercurial/localrepo.py	Thu Sep 25 01:42:49 2014 -0700
+++ b/mercurial/localrepo.py	Thu Sep 25 01:43:24 2014 -0700
@@ -1591,9 +1591,6 @@
         """
         return util.hooks()
 
-    def push(self, remote, force=False, revs=None, newbranch=False):
-        return exchange.push(self, remote, force, revs, newbranch).cgresult
-
     def stream_in(self, remote, requirements):
         lock = self.lock()
         try: