/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-12 23:48:36 UTC
  • mto: (0.200.1847 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180312234836-p0kogu0fxlwczfdd
Support supports_rename_tracking method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            self.tree = commit.tree
70
70
            self._fileid_map = self.mapping.get_fileid_map(self.store.__getitem__, self.tree)
71
71
 
 
72
    def supports_rename_tracking(self):
 
73
        return False
 
74
 
72
75
    def get_file_revision(self, path, file_id=None):
73
76
        change_scanner = self._repository._file_change_scanner
74
77
        (path, commit_id) = change_scanner.find_last_change_revision(