~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

[merge] jelmer

Show diffs side-by-side

added added

removed removed

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