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

  • Committer: Parth Malwankar
  • Date: 2010-05-13 06:54:21 UTC
  • mfrom: (5225 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5241.
  • Revision ID: parth.malwankar@gmail.com-20100513065421-bde255i4ga5o3oqe
merged in changes from trunk.

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):
 
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.