/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/tests/per_workingtree/test_parents.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:
467
467
                _mod_revision.NULL_REVISION)
468
468
            changes = shape_tree.iter_changes(
469
469
                base_tree)
470
 
            list(builder.record_iter_changes(shape_tree,
471
 
                                             base_tree.get_revision_id(), changes))
 
470
            list(builder.record_iter_changes(
 
471
                shape_tree, base_tree.get_revision_id(), changes))
472
472
            builder.finish_inventory()
473
473
            builder.commit("Message")
474
474