/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: Robert Collins
  • Date: 2008-09-22 23:21:26 UTC
  • mfrom: (3723 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3724.
  • Revision ID: robertc@robertcollins.net-20080922232126-liu0qmrb1lacom17
Resolve conflicts in NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
 
457
457
    def _finished(self):
458
458
        self.unused_data = self._get_in_buffer()
459
 
        # self._in_buffer = None
460
459
        self._in_buffer_list = []
461
460
        self._in_buffer_len = 0
462
461
        self.state_accept = self._state_accept_reading_unused