/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-05-20 03:57:29 UTC
  • mto: This revision was merged to the branch mainline in revision 7328.
  • Revision ID: jelmer@jelmer.uk-20190520035729-9rxvefxkvbbivygy
use default_user_agent function.

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: