/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 breezy/memorytree.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 23:48:08 UTC
  • mfrom: (7316 work)
  • mto: This revision was merged to the branch mainline in revision 7328.
  • Revision ID: jelmer@jelmer.uk-20190603234808-15yk5c7054tj8e2b
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        self._locks = 0
52
52
        self._lock_mode = None
53
53
 
54
 
    def supports_symlinks(self):
55
 
        return True
56
 
 
57
 
    def supports_tree_reference(self):
58
 
        return False
59
 
 
60
54
    def get_config_stack(self):
61
55
        return self.branch.get_config_stack()
62
56
 
109
103
        stream = self._file_transport.get(path)
110
104
        return sha_file(stream)
111
105
 
 
106
    def get_root_id(self):
 
107
        return self.path2id('')
 
108
 
112
109
    def _comparison_data(self, entry, path):
113
110
        """See Tree._comparison_data."""
114
111
        if entry is None: