~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 18:01:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5801.
  • Revision ID: jelmer@samba.org-20110405180114-azbkp4s4jyhhjyi4
Fix import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1474
1474
            the defined order, regardless of source.
1475
1475
        """
1476
1476
        if ordering == 'topological':
1477
 
            present_keys = tsort.tsort.topo_sort(parent_map)
 
1477
            present_keys = tsort.topo_sort(parent_map)
1478
1478
        else:
1479
1479
            # ordering == 'groupcompress'
1480
1480
            # XXX: This only optimizes for the target ordering. We may need