Rev 3656: Remove an incorrect comment. in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/index_builder_cleanup

John Arbash Meinel john at arbash-meinel.com
Thu Aug 28 21:19:20 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/index_builder_cleanup

------------------------------------------------------------
revno: 3656
revision-id: john at arbash-meinel.com-20080828201920-fcrvnykg1jd4rwnx
parent: john at arbash-meinel.com-20080828201644-itfv9mmesr50lncd
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: index_builder_cleanup
timestamp: Thu 2008-08-28 15:19:20 -0500
message:
  Remove an incorrect comment.
-------------- next part --------------
=== modified file 'bzrlib/btree_index.py'
--- a/bzrlib/btree_index.py	2008-08-28 20:16:44 +0000
+++ b/bzrlib/btree_index.py	2008-08-28 20:19:20 +0000
@@ -478,8 +478,6 @@
             if backing is None:
                 continue
             for node in backing.iter_entries_prefix(keys):
-                # TODO: We should probably remove yielded keys from the keys
-                #       list
                 yield (self,) + node[1:]
         if self._key_length == 1:
             for key in keys:



More information about the bazaar-commits mailing list