Rev 2660: Delete stale code. in http://people.ubuntu.com/~robertc/baz2.0/repository

Robert Collins robertc at robertcollins.net
Sun Jul 15 16:53:50 BST 2007


At http://people.ubuntu.com/~robertc/baz2.0/repository

------------------------------------------------------------
revno: 2660
revision-id: robertc at robertcollins.net-20070715155347-2s74102hs2ifx5i7
parent: robertc at robertcollins.net-20070715155254-fz24oh3lwg2jyys8
committer: Robert Collins <robertc at robertcollins.net>
branch nick: repository
timestamp: Mon 2007-07-16 01:53:47 +1000
message:
  Delete stale code.
modified:
  bzrlib/tests/test_knit.py      test_knit.py-20051212171302-95d4c00dd5f11f2b
=== modified file 'bzrlib/tests/test_knit.py'
--- a/bzrlib/tests/test_knit.py	2007-07-15 15:52:54 +0000
+++ b/bzrlib/tests/test_knit.py	2007-07-15 15:53:47 +0000
@@ -1568,17 +1568,6 @@
         return KnitGraphIndex(combined_index, deltas=deltas,
             add_callback=add_callback)
 
-    def two_graph_index_no_ghosts(self):
-        # build a complex graph across several indices.
-        index1 = self.make_g_index('1', 1, [
-            ('tip', (['parent'], ), ''),
-            ('tail', ([], ), '')])
-        index2 = self.make_g_index('2', 1, [
-            ('parent', (['tail'], ), ''),
-            ('separate', ([], ), '')])
-        combined_index = CombinedGraphIndex([index1, index2])
-        return KnitGraphIndex(combined_index)
-
     def test_get_graph(self):
         index = self.two_graph_index()
         self.assertEqual(set([



More information about the bazaar-commits mailing list