Rev 84: Merge vila's testfix. in http://people.canonical.com/~robertc/baz2.0/plugins/search/trunk

Robert Collins robertc at robertcollins.net
Thu Jan 13 21:20:10 UTC 2011


At http://people.canonical.com/~robertc/baz2.0/plugins/search/trunk

------------------------------------------------------------
revno: 84 [merge]
revision-id: robertc at robertcollins.net-20110113212010-95wdqtt69twh3bff
parent: robertc at robertcollins.net-20101107051142-8j6flo6um0ybkaqu
parent: v.ladeuil+lp at free.fr-20101214140213-35anlo5ta8yic53w
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Fri 2011-01-14 10:20:10 +1300
message:
  Merge vila's testfix.
modified:
  index.py                       index.py-20080608055509-hnimeek7q8tctkqf-2
=== modified file 'index.py'
--- a/index.py	2010-05-21 09:34:11 +0000
+++ b/index.py	2010-12-14 14:02:13 +0000
@@ -1439,7 +1439,7 @@
             for node in nodes.values():
                 # TODO bisect the edge nodes? / find boundaries and so skip
                 # some work.
-                items = sorted(node.keys.items())
+                items = sorted(node.items())
                 low_value = (key, ())
                 start_pos = bisect_left(items, low_value)
                 for pos in xrange(start_pos, len(items)):




More information about the bazaar-commits mailing list