mercurial/localrepo.py
changeset 17194 32a6a33b9a35
parent 17193 1d710fe5ee0e
child 17204 4feb55e6931f
--- a/mercurial/localrepo.py	Fri Jul 13 21:52:28 2012 +0200
+++ b/mercurial/localrepo.py	Fri Jul 13 21:52:37 2012 +0200
@@ -46,9 +46,6 @@
     def local(self):
         return self._repo
 
-    def cancopy(self):
-        return self._repo.cancopy() # so bundlerepo can override
-
     def canpush(self):
         return True