Rev 3852: Remove Ian's comment. in http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

John Arbash Meinel john at arbash-meinel.com
Fri Mar 6 20:28:26 GMT 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

------------------------------------------------------------
revno: 3852
revision-id: john at arbash-meinel.com-20090306202652-r9nwjvoqc5zs64h3
parent: john at arbash-meinel.com-20090306202334-syc95qwv1pf7o8fn
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: brisbane-core
timestamp: Fri 2009-03-06 14:26:52 -0600
message:
  Remove Ian's comment.
-------------- next part --------------
=== modified file 'bzrlib/chk_map.py'
--- a/bzrlib/chk_map.py	2009-03-06 20:23:34 +0000
+++ b/bzrlib/chk_map.py	2009-03-06 20:26:52 +0000
@@ -930,10 +930,6 @@
         return result
 
     def iteritems(self, store, key_filter=None):
-        # XXX: It doesn't work if we pass the key-filter to _iter_nodes
-        # when filtering (parent_file_id,) against the parent_id_basename
-        # CHKMap. We probably need to fix something in iter_nodes but, for
-        # now, this at least gets things working - IGC 20090306
         for node in self._iter_nodes(store, key_filter=key_filter):
             for item in node.iteritems(store, key_filter=key_filter):
                 yield item



More information about the bazaar-commits mailing list