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

  • Committer: Jelmer Vernooij
  • Date: 2018-11-25 20:44:56 UTC
  • mto: This revision was merged to the branch mainline in revision 7231.
  • Revision ID: jelmer@jelmer.uk-20181125204456-jm9k22rbl9n22ayj
Drop file_id from record_iter_changes return value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
            to basis_revision_id. The iterator must not include any items with
220
220
            a current kind of None - missing items must be either filtered out
221
221
            or errored-on beefore record_iter_changes sees the item.
222
 
        :return: A generator of (file_id, relpath, fs_hash) tuples for use with
 
222
        :return: A generator of (relpath, fs_hash) tuples for use with
223
223
            tree._observed_sha1.
224
224
        """
225
225
        raise NotImplementedError(self.record_iter_changes)