Rev 2670: Restore a line that shouldn't have been removed in http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/hpss_debug_timing
John Arbash Meinel
john at arbash-meinel.com
Tue Jul 31 22:34:17 BST 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/hpss_debug_timing
------------------------------------------------------------
revno: 2670
revision-id: john at arbash-meinel.com-20070731213353-2ulbrrh3c8edyo80
parent: john at arbash-meinel.com-20070731212002-tq2bht51jbfedjlk
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: hpss_debug_timing
timestamp: Tue 2007-07-31 16:33:53 -0500
message:
Restore a line that shouldn't have been removed
modified:
bzrlib/smart/protocol.py protocol.py-20061108035435-ot0lstk2590yqhzr-1
-------------- next part --------------
=== modified file 'bzrlib/smart/protocol.py'
--- a/bzrlib/smart/protocol.py 2007-07-31 20:38:47 +0000
+++ b/bzrlib/smart/protocol.py 2007-07-31 21:33:53 +0000
@@ -80,6 +80,7 @@
self.has_dispatched = False
self.request = None
self._body_decoder = None
+ self._write_func = write_func
def accept_bytes(self, bytes):
"""Take bytes, and advance the internal state machine appropriately.
More information about the bazaar-commits
mailing list