/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

Merge cleanup into description

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: