~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Robert Collins
  • Date: 2005-10-13 03:43:37 UTC
  • mfrom: (1185.16.10)
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051013034337-595921e7d73b9ba6
mergeĀ fromĀ martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        Note that this should be modified to be a noop on virtual trees
398
398
        as all entries created there are prepopulated.
399
399
        """
 
400
        # TODO: Rather than running this manually, we should check the 
 
401
        # working sha1 and other expensive properties when they're
 
402
        # first requested, or preload them if they're already known
 
403
        pass            # nothing to do by default
400
404
 
401
405
 
402
406
class RootEntry(InventoryEntry):