/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/plugins/fastimport/revision_store.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:
367
367
            basis_rev_id = _mod_revision.NULL_REVISION
368
368
        tree = _TreeShim(self.repo, basis_inv, inv_delta, text_provider)
369
369
        changes = tree._delta_to_iter_changes()
370
 
        for (file_id, path, fs_hash) in builder.record_iter_changes(
 
370
        for (path, fs_hash) in builder.record_iter_changes(
371
371
                tree, basis_rev_id, changes):
372
372
            # So far, we don't *do* anything with the result
373
373
            pass