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

  • Committer: Jelmer Vernooij
  • Date: 2018-10-29 11:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 7170.
  • Revision ID: jelmer@jelmer.uk-20181029112733-bjvm24z12svwl53m
Get rid of file_ids in most of Tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1401
1401
            for path, file_id in basis_tree.iter_references():
1402
1402
                reference_parent = self.reference_parent(path, file_id)
1403
1403
                reference_parent.create_checkout(tree.abspath(path),
1404
 
                    basis_tree.get_reference_revision(path, file_id),
 
1404
                    basis_tree.get_reference_revision(path),
1405
1405
                    lightweight)
1406
1406
        return tree
1407
1407