Rev 4416: The new code removes a get_parent_map call. in http://bazaar.launchpad.net/~jameinel/bzr/1.16-better_heads

John Arbash Meinel john at arbash-meinel.com
Tue Jun 16 14:57:35 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.16-better_heads

------------------------------------------------------------
revno: 4416
revision-id: john at arbash-meinel.com-20090616135714-8o7jdtqqsfuv914z
parent: john at arbash-meinel.com-20090615171536-ef0rtljwjmrei7on
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.16-better_heads
timestamp: Tue 2009-06-16 08:57:14 -0500
message:
  The new code removes a get_parent_map call.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_knit.py'
--- a/bzrlib/tests/test_knit.py	2009-05-08 16:17:26 +0000
+++ b/bzrlib/tests/test_knit.py	2009-06-16 13:57:14 +0000
@@ -2059,7 +2059,6 @@
         # self.assertEqual([("annotate", key_basis)], basis.calls)
         self.assertEqual([('get_parent_map', set([key_basis])),
             ('get_parent_map', set([key_basis])),
-            ('get_parent_map', set([key_basis])),
             ('get_record_stream', [key_basis], 'unordered', True)],
             basis.calls)
 



More information about the bazaar-commits mailing list