/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-08-11 13:21:03 UTC
  • mfrom: (7379 work)
  • mto: This revision was merged to the branch mainline in revision 7388.
  • Revision ID: jelmer@jelmer.uk-20190811132103-u3ne03yf37c1h57n
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
        stream = self._file_transport.get(path)
107
107
        return sha_file(stream)
108
108
 
109
 
    def get_root_id(self):
110
 
        return self.path2id('')
111
 
 
112
109
    def _comparison_data(self, entry, path):
113
110
        """See Tree._comparison_data."""
114
111
        if entry is None: