/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: John Arbash Meinel
  • Date: 2009-02-23 15:42:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223154247-has31lzprui21glu
Track down a few more files that have trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
655
655
        if 'hpss' in debug.debug_flags:
656
656
            mutter('              %d bytes in readv request', len(readv_bytes))
657
657
        self._last_verb = args[0]
658
 
    
 
658
 
659
659
    def call_with_body_stream(self, args, stream):
660
660
        # Protocols v1 and v2 don't support body streams.  So it's safe to
661
661
        # assume that a v1/v2 server doesn't support whatever method we're