At http://bzr.arbash-meinel.com/branches/bzr/1.9-dev/remote_readv_sections

------------------------------------------------------------
revno: 3812
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: John Arbash Meinel <[EMAIL PROTECTED]>
branch nick: remote_readv_sections
timestamp: Wed 2008-10-29 14:27:53 -0500
message:
  Fix a typo.
=== modified file 'bzrlib/transport/remote.py'
--- a/bzrlib/transport/remote.py        2008-10-29 19:23:44 +0000
+++ b/bzrlib/transport/remote.py        2008-10-29 19:27:53 +0000
@@ -343,7 +343,7 @@
         # turn the list of offsets into a single stack to iterate
         offset_stack = iter(offsets)
         # using a list so it can be modified when passing down and coming back
-        next_offset = [cur_offset_and_size.next()]
+        next_offset = [offset_stack.next()]
         for cur_request in requests:
             try:
                 result = self._client.call_with_body_readv_array(

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to