/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

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