~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

doc

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):