/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: Alexander Belchenko
  • Date: 2007-09-05 08:18:57 UTC
  • mfrom: (2799 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2800.
  • Revision ID: bialix@ukr.net-20070905081857-me1osc2lpuzq6ur1
merge bzr.dev

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