/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/weave_fmt/bzrdir.py

  • Committer: Martin
  • Date: 2017-05-24 19:44:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6634.
  • Revision ID: gzlist@googlemail.com-20170524194400-ut2d4k62szpyofcm
Run 2to3 map fixer and refactor after

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
        Also upgrade the inventory to refer to the text revision ids."""
416
416
        rev_id = rev.revision_id
417
417
        trace.mutter('converting texts of revision {%s}', rev_id)
418
 
        parent_invs = map(self._load_updated_inventory, present_parents)
 
418
        parent_invs = list(map(self._load_updated_inventory, present_parents))
419
419
        entries = inv.iter_entries()
420
420
        entries.next()
421
421
        for path, ie in entries: