Rev 2264: With shorter lists, santizing results is not expensive, so restore that functionality in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/list_patch

John Arbash Meinel john at arbash-meinel.com
Tue Jan 30 23:03:37 GMT 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/list_patch

------------------------------------------------------------
revno: 2264
revision-id: john at arbash-meinel.com-20070130230331-f2ygx33kurrovx1p
parent: john at arbash-meinel.com-20070130230124-oqla813fvrfdyvl4
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: list_patch
timestamp: Tue 2007-01-30 17:03:31 -0600
message:
  With shorter lists, santizing results is not expensive, so restore that functionality
modified:
  bzrlib/hybrid_linked_list.py   hybrid_linked_list.p-20070130001028-zlexwz74tzo56o2t-1
-------------- next part --------------
=== modified file 'bzrlib/hybrid_linked_list.py'
--- a/bzrlib/hybrid_linked_list.py	2007-01-30 23:01:24 +0000
+++ b/bzrlib/hybrid_linked_list.py	2007-01-30 23:03:31 +0000
@@ -236,7 +236,7 @@
             prev_range_id = cur_range_id
             cur_range_id = _links[cur_range_id]
             cur_pos = next_pos
-            #content = start = end = None
+            content = start = end = None
         return (prev_range_id, cur_range_id, pos - cur_pos,
                 start, end, content)
 



More information about the bazaar-commits mailing list