~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: abentley
  • Date: 2005-10-15 01:07:02 UTC
  • mfrom: (1185.16.40)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@lappy-20051015010702-0b7a58668e447397
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

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