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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-15 01:08:19 UTC
  • mfrom: (2520.4.154 bzr.mpbundle)
  • Revision ID: pqm@pqm.ubuntu.com-20070815010819-0q50hsyvbvu1qs3k
Speed up installing revisions from Bundle 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                    StringIO(self.get_raw_bundle()))
191
191
                # We don't use the bundle's target revision, because
192
192
                # MergeDirective.revision_id is authoritative.
193
 
                info.install_revisions(target_repo)
 
193
                info.install_revisions(target_repo, stream_input=False)
194
194
            else:
195
195
                source_branch = _mod_branch.Branch.open(self.source_branch)
196
196
                target_repo.fetch(source_branch.repository, self.revision_id)