~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Parth Malwankar
  • Date: 2010-05-14 13:25:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5241.
  • Revision ID: parth.malwankar@gmail.com-20100514132505-ba9rxnpooifq4o5q
code cleanup and comments.

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, stream_type=None,
1553
 
            record_counter=None):
 
1552
    def insert_record_stream(self, stream):
1554
1553
        """Insert a record stream into this container.
1555
1554
 
1556
1555
        :param stream: A stream of records to insert.