~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: John Arbash Meinel
  • Date: 2008-10-28 17:40:04 UTC
  • mto: (3789.2.24 pack_retry_153786)
  • mto: This revision was merged to the branch mainline in revision 3804.
  • Revision ID: john@arbash-meinel.com-20081028174004-ygf3v01q2iivzrbl
Review comments from Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
        """Create an AggregateIndex.
457
457
 
458
458
        :param reload_func: A function to call if we find we are missing an
459
 
            index. Should have the form reload_func() => True/False to indicate
460
 
            if reloading actually changed anything.
 
459
            index. Should have the form reload_func() => True if the list of
 
460
            active pack files has changed.
461
461
        """
462
462
        self._reload_func = reload_func
463
463
        self.index_to_pack = {}