~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_annotator_py.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 23:10:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090708231047-8zlppczwumi0e0hp
Remove some assert statements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
        """
293
293
        custom_tiebreaker = annotate._break_annotation_tie
294
294
        annotations, lines = self.annotate(key)
295
 
        assert len(annotations) == len(lines)
296
295
        out = []
297
296
        heads = self._get_heads_provider().heads
298
297
        append = out.append