/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/repository.py

  • Committer: Robert Collins
  • Date: 2009-09-04 00:49:55 UTC
  • mfrom: (4671 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4672.
  • Revision ID: robertc@robertcollins.net-20090904004955-suhaz7r608i4j9gm
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
class _ByteStreamDecoder(object):
523
523
    """Helper for _byte_stream_to_stream.
524
524
 
 
525
    The expected usage of this class is via the function _byte_stream_to_stream
 
526
    which creates a _ByteStreamDecoder, pops off the stream format and then
 
527
    yields the output of record_stream(), the main entry point to
 
528
    _ByteStreamDecoder.
 
529
 
525
530
    Broadly this class has to unwrap two layers of iterators:
526
531
    (type, substream)
527
532
    (substream details)