mercurial/localrepo.py
branchstable
changeset 16018 ed9f40bc346f
parent 15993 0b05e0bfdc1c
child 16020 7460f3a1fd6c
equal deleted inserted replaced
16017:2605fc990725 16018:ed9f40bc346f
   634             result.append(resp)
   634             result.append(resp)
   635         return result
   635         return result
   636 
   636 
   637     def local(self):
   637     def local(self):
   638         return self
   638         return self
   639 
       
   640     def cancopy(self):
       
   641         return (repo.repository.cancopy(self)
       
   642                 and not self._phaseroots[phases.secret])
       
   643 
   639 
   644     def join(self, f):
   640     def join(self, f):
   645         return os.path.join(self.path, f)
   641         return os.path.join(self.path, f)
   646 
   642 
   647     def wjoin(self, f):
   643     def wjoin(self, f):