/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: 2019-02-03 23:43:20 UTC
  • mfrom: (7267 work)
  • mto: This revision was merged to the branch mainline in revision 7268.
  • Revision ID: jelmer@jelmer.uk-20190203234320-zbquyl9973hbujnb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
                _mod_revision.NULL_REVISION)
467
467
            changes = shape_tree.iter_changes(
468
468
                base_tree)
469
 
            list(builder.record_iter_changes(shape_tree,
470
 
                                             base_tree.get_revision_id(), changes))
 
469
            list(builder.record_iter_changes(
 
470
                shape_tree, base_tree.get_revision_id(), changes))
471
471
            builder.finish_inventory()
472
472
            builder.commit("Message")
473
473