~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Robert Collins
  • Date: 2006-03-11 14:53:54 UTC
  • mto: (1615.1.2 bzr.mbp.integration)
  • mto: This revision was merged to the branch mainline in revision 1616.
  • Revision ID: robertc@robertcollins.net-20060311145354-84be4503f55af670
more knit profile based tuning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
        order = topo_sort(graph.items())
458
458
        pb = ui.ui_factory.nested_progress_bar()
459
459
        try:
 
460
            # TODO for incremental cross-format work:
460
461
            # make a versioned file with the following content:
461
462
            # all revisions we have been asked to join
462
463
            # all their ancestors that are *not* in target already.