/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: Keir Mierle
  • Date: 2007-09-04 17:57:22 UTC
  • mfrom: (2794 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2824.
  • Revision ID: keir@cs.utoronto.ca-20070904175722-9j9yffl5swt2oisx
MergeĀ fromĀ upstream

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