~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Martin Pool
  • Date: 2005-05-16 01:54:16 UTC
  • Revision ID: mbp@sourcefrog.net-20050516015416-fd816a5e09c0698b
- commit takes an optional caller-specified revision id

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                               self.parent_id, text_id=self.text_id)
146
146
        other.text_sha1 = self.text_sha1
147
147
        other.text_size = self.text_size
 
148
        # note that children are *not* copied; they're pulled across when
 
149
        # others are added
148
150
        return other
149
151
 
150
152