~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-04 03:10:00 UTC
  • mfrom: (4927.1.1 merge-2.0-into-devel)
  • Revision ID: pqm@pqm.ubuntu.com-20100104031000-z5cdnjpq7phqxwf2
(andrew) Merge lp:bzr/2.0 into lp:bzr, including fixes for #343218,
        #495000, #495023, #494406 and #498378.

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: