/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/inventory.py

  • Committer: Martin Pool
  • Date: 2005-09-12 09:11:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050912091122-9315b91a7b83533d
- InventoryEntry.copy() must copy text_version

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
        other.text_id = self.text_id
166
166
        other.text_sha1 = self.text_sha1
167
167
        other.text_size = self.text_size
 
168
        other.text_version = self.text_version
168
169
        # note that children are *not* copied; they're pulled across when
169
170
        # others are added
170
171
        return other