~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Robert Collins
  • Date: 2005-11-22 21:28:30 UTC
  • mfrom: (1185.33.32 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051122212830-885c284847f0b17b
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