~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Robert Collins
  • Date: 2006-03-02 06:23:15 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060302062315-9c274fa5c8201784
Prepare weave store to delegate copy details to the versioned file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        return self._weave_store.get_weave(file_id,
133
133
                self._branch.get_transaction())
134
134
 
135
 
    def get_weave_prelude(self, file_id):
136
 
        return self._weave_store.get_weave_prelude(file_id,
137
 
                self._branch.get_transaction())
138
 
 
139
135
    def get_file_lines(self, file_id):
140
136
        ie = self._inventory[file_id]
141
137
        weave = self.get_weave(file_id)