~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

Update from no-special-root

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
        self.parent_id = None
515
515
        self.name = u''
516
516
        self.revision = None
517
 
        warn('EmptyTree is deprecated as of bzr 0.9 please use '
518
 
            'repository.revision_tree instead.',
 
517
        warn('RootEntry is deprecated as of bzr 0.10.  Please use '
 
518
             'InventoryDirectory instead.',
519
519
            DeprecationWarning, stacklevel=2)
520
520
 
521
521
    def __eq__(self, other):