~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-20 10:33:11 UTC
  • mfrom: (1615.1.2 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060320103311-a87ccd7ffe9ce14f
(mbp) pycurl bugfixes, robert's knit performance stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1469
1469
            w = Weave(file_id)
1470
1470
            self.text_weaves[file_id] = w
1471
1471
        text_changed = False
1472
 
        previous_entries = ie.find_previous_heads(parent_invs, w)
 
1472
        previous_entries = ie.find_previous_heads(parent_invs,
 
1473
                                                  None,
 
1474
                                                  None,
 
1475
                                                  entry_vf=w)
1473
1476
        for old_revision in previous_entries:
1474
1477
                # if this fails, its a ghost ?
1475
1478
                assert old_revision in self.converted_revs