~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Parth Malwankar
  • Date: 2010-05-13 14:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 5241.
  • Revision ID: parth.malwankar@gmail.com-20100513140841-14hn17fn28r3cuq3
fixed insert_record_stream signature for weaverepo

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
        path = self._map(key)
592
592
        self._transport.put_bytes_non_atomic(path, text, create_parent_dir=True)
593
593
 
594
 
    def insert_record_stream(self, stream):
 
594
    def insert_record_stream(self, stream, stream_type=None,
 
595
            record_counter=None):
595
596
        adapters = {}
596
597
        for record in stream:
597
598
            # Raise an error when a record is missing.