~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Parth Malwankar
  • Date: 2010-05-12 15:27:29 UTC
  • mto: This revision was merged to the branch mainline in revision 5241.
  • Revision ID: parth.malwankar@gmail.com-20100512152729-n279zca61l6nf33z
remote push now shows estimated work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1549
1549
            missing.difference_update(set(new_result))
1550
1550
        return result
1551
1551
 
1552
 
    def insert_record_stream(self, stream, record_counter=None):
 
1552
    def insert_record_stream(self, stream, stream_type=None,
 
1553
            record_counter=None):
1553
1554
        """Insert a record stream into this container.
1554
1555
 
1555
1556
        :param stream: A stream of records to insert.