~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: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

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,
357
 
                                        reload_func=self._reload_func)
 
356
        access = knit._DirectPackAccess(index_to_pack)
358
357
        if for_write:
359
358
            # Use new_pack
360
359
            if self.new_pack is None: