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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-05 22:01:28 UTC
  • mfrom: (6658 work)
  • mto: This revision was merged to the branch mainline in revision 6666.
  • Revision ID: jelmer@jelmer.uk-20170605220128-xurjonb8cjf5o52j
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
990
990
    # map from version name -> all parent names
991
991
    combined_parents = _reweave_parent_graphs(wa, wb)
992
992
    mutter("combined parents: %r", combined_parents)
993
 
    order = tsort.topo_sort(combined_parents.iteritems())
 
993
    order = tsort.topo_sort(combined_parents.items())
994
994
    mutter("order to reweave: %r", order)
995
995
 
996
996
    if pb and not msg: