~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:43:41 UTC
  • mfrom: (3789.1.11 pack_retry_153786-1)
  • mto: This revision was merged to the branch mainline in revision 3913.
  • Revision ID: john@arbash-meinel.com-20081028174341-0k5jodd44m9llx7w
Merge the 153786-1 fixes branch and resolve NEWS again.

Show diffs side-by-side

added added

removed removed

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