diff -r 2605fc990725 -r ed9f40bc346f mercurial/localrepo.py --- 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)