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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-03 21:19:07 UTC
  • mfrom: (2776.1.3 commit)
  • Revision ID: pqm@pqm.ubuntu.com-20070903211907-igj2uj83hz1yyqs9
(robertc) Don't double-calculate the text sha1 during commit. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
            if root_id not in versionedfile:
352
352
                versionedfile[root_id] = to_store.get_weave_or_empty(root_id, 
353
353
                    self.target.get_transaction())
354
 
            parent_texts[root_id] = versionedfile[root_id].add_lines(
 
354
            _, _, parent_texts[root_id] = versionedfile[root_id].add_lines(
355
355
                revision_id, parents, [], parent_texts)
356
356
 
357
357
    def regenerate_inventory(self, revs):