Rev 3521: comment in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker

John Arbash Meinel john at arbash-meinel.com
Mon Jun 30 23:09:32 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/multi_walker

------------------------------------------------------------
revno: 3521
revision-id: john at arbash-meinel.com-20080630220902-t27mpzos1f6kgof8
parent: john at arbash-meinel.com-20080630220745-59npdpq6s44ue8in
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: multi_walker
timestamp: Mon 2008-06-30 17:09:02 -0500
message:
  comment
-------------- next part --------------
=== modified file 'bzrlib/tree.py'
--- a/bzrlib/tree.py	2008-06-30 22:04:25 +0000
+++ b/bzrlib/tree.py	2008-06-30 22:09:02 +0000
@@ -1073,6 +1073,9 @@
             others = sorted(other_extra.itervalues(), key=path_key)
             for other_path, other_ie in others:
                 file_id = other_ie.file_id
+                # We don't need to check out_of_order_processed here, because
+                # the lookup_by_file_id will be removing anything processed
+                # from the extras cache
                 other_extra.pop(file_id)
                 other_values = [(None, None) for i in xrange(idx)]
                 other_values.append((other_path, other_ie))



More information about the bazaar-commits mailing list