/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/repofmt/groupcompress_repo.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-05 04:30:07 UTC
  • mfrom: (4932 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4934.
  • Revision ID: john@arbash-meinel.com-20100105043007-ehgbldqd3q0gtyws
Merge bzr.dev, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
        """Build a VersionedFiles instance on top of this group of packs."""
354
354
        index_name = index_name + '_index'
355
355
        index_to_pack = {}
356
 
        access = knit._DirectPackAccess(index_to_pack)
 
356
        access = knit._DirectPackAccess(index_to_pack,
 
357
                                        reload_func=self._reload_func)
357
358
        if for_write:
358
359
            # Use new_pack
359
360
            if self.new_pack is None: