mercurial/localrepo.py
changeset 22700 41421bd9c42e
parent 22696 73b5b8312ce6
child 22787 4a13849ca359
--- a/mercurial/localrepo.py	Fri Oct 03 11:21:52 2014 -0500
+++ b/mercurial/localrepo.py	Fri Oct 03 11:37:56 2014 -0500
@@ -1574,9 +1574,6 @@
 
         return r
 
-    def pull(self, remote, heads=None, force=False, **kwargs):
-        return exchange.pull(self, remote, heads, force, **kwargs).cgresult
-
     def checkpush(self, pushop):
         """Extensions can override this function if additional checks have
         to be performed before pushing, or call it if they override push