~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-16 19:32:32 UTC
  • mfrom: (4371.3.48 1.16-better_heads)
  • Revision ID: pqm@pqm.ubuntu.com-20090616193232-rorncr6v3z633n9u
(jam) graph.KnownGraph implementation,
        used for optimized heads() lookups during annotate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2059
2059
        # self.assertEqual([("annotate", key_basis)], basis.calls)
2060
2060
        self.assertEqual([('get_parent_map', set([key_basis])),
2061
2061
            ('get_parent_map', set([key_basis])),
2062
 
            ('get_parent_map', set([key_basis])),
2063
2062
            ('get_record_stream', [key_basis], 'unordered', True)],
2064
2063
            basis.calls)
2065
2064