diff mercurial/localrepo.py @ 17194:32a6a33b9a35

peer: remove cancopy from peer api; use directly on repo instead
author Sune Foldager <cryo@cyanite.org>
date Fri, 13 Jul 2012 21:52:37 +0200
parents 1d710fe5ee0e
children 4feb55e6931f
line wrap: on
line diff
--- 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