~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

Merge from mpool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
648
648
 
649
649
    def _put_in_tar(self, item, tree):
650
650
        """See InventoryEntry._put_in_tar."""
651
 
        iterm.type = tarfile.SYMTYPE
 
651
        item.type = tarfile.SYMTYPE
652
652
        fileobj = None
653
653
        item.size = 0
654
654
        item.mode = 0755