/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: Jelmer Vernooij
  • Date: 2018-11-16 18:35:30 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116183530-ue8yx60h5tinl2wy
Merge more-cleanups.

Show diffs side-by-side

added added

removed removed

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