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

  • Committer: Parth Malwankar
  • Date: 2010-05-14 13:32:48 UTC
  • mto: This revision was merged to the branch mainline in revision 5241.
  • Revision ID: parth.malwankar@gmail.com-20100514133248-7fnx2gbj6un8od8n
removed invalid comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4346
4346
                self.target_repo.signatures.insert_record_stream(substream)
4347
4347
            else:
4348
4348
                raise AssertionError('kaboom! %s' % (substream_type,))
4349
 
 
4350
 
        # Indicate the record copy is complete.
4351
 
        # We do this as max is only an estimate
4352
 
 
4353
4349
        # Done inserting data, and the missing_keys calculations will try to
4354
4350
        # read back from the inserted data, so flush the writes to the new pack
4355
4351
        # (if this is pack format).