mercurial/localrepo.py
branchstable
changeset 16018 ed9f40bc346f
parent 15993 0b05e0bfdc1c
child 16020 7460f3a1fd6c
--- a/mercurial/localrepo.py	Sun Jan 29 12:59:21 2012 -0600
+++ b/mercurial/localrepo.py	Sun Jan 29 13:36:10 2012 -0600
@@ -637,10 +637,6 @@
     def local(self):
         return self
 
-    def cancopy(self):
-        return (repo.repository.cancopy(self)
-                and not self._phaseroots[phases.secret])
-
     def join(self, f):
         return os.path.join(self.path, f)