/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/mutabletree.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 15:19:49 UTC
  • mfrom: (7141.7.6 no-file-ids)
  • Revision ID: breezy.the.bot@gmail.com-20181116151949-hrmuv6s7ow1cqdhi
Drop file_id argument from read functions in Tree.

Merged from https://code.launchpad.net/~jelmer/brz/no-file-ids/+merge/357984

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
        """
289
289
        raise NotImplementedError(self.mkdir)
290
290
 
291
 
    def _observed_sha1(self, file_id, path, sha_and_stat):
 
291
    def _observed_sha1(self, path, sha_and_stat):
292
292
        """Tell the tree we have observed a paths sha1.
293
293
 
294
294
        The intent of this function is to allow trees that have a hashcache to
298
298
 
299
299
        The default implementation does nothing.
300
300
 
301
 
        :param file_id: The file id
302
301
        :param path: The file path
303
302
        :param sha_and_stat: The sha 1 and stat result observed.
304
303
        :return: None