/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-05 07:02:32 UTC
  • mfrom: (5365.2.2 smaller-inventory-entries)
  • Revision ID: pqm@pqm.ubuntu.com-20100805070232-ezo69a4k078j1xmp
(spiv) Reduce the memory consumption of InventoryEntry instances. (Andrew
 Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1738
1738
                elif kind == 'directory':
1739
1739
                    parent_ies[(dirname + '/' + name).strip('/')] = inv_entry
1740
1740
                elif kind == 'symlink':
1741
 
                    inv_entry.executable = False
1742
 
                    inv_entry.text_size = None
1743
1741
                    inv_entry.symlink_target = utf8_decode(fingerprint)[0]
1744
1742
                elif kind == 'tree-reference':
1745
1743
                    inv_entry.reference_revision = fingerprint or None