Rev 3812: Fix a typo. in http://bzr.arbash-meinel.com/branches/bzr/1.9-dev/remote_readv_sections
John Arbash Meinel
john at arbash-meinel.com
Wed Oct 29 19:28:08 GMT 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.9-dev/remote_readv_sections
------------------------------------------------------------
revno: 3812
revision-id: john at arbash-meinel.com-20081029192753-g8yqvt6pgqefi0ir
parent: john at arbash-meinel.com-20081029192401-uaawypax2idzlxnl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: remote_readv_sections
timestamp: Wed 2008-10-29 14:27:53 -0500
message:
Fix a typo.
-------------- next part --------------
=== 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(
More information about the bazaar-commits
mailing list