~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: John Arbash Meinel
  • Date: 2010-08-11 01:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 5376.
  • Revision ID: john@arbash-meinel.com-20100811012746-5up3wsi4ozueh0rg
Remove the assert statements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
                raise errors.RevisionNotPresent(record.key, self.vf)
332
332
            self._process_one_record(record.key,
333
333
                                     record.get_bytes_as('chunked'))
334
 
        # At this point, we should have *no* remaining content
335
 
        assert not self.parent_map
336
 
        assert set(self.refcounts) == self.ghost_parents
337
334
        
338
335
    def compute_diffs(self):
339
336
        self._extract_diffs()