~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: Robert Collins
  • Date: 2005-09-30 14:27:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050930142741-fc326c828b5bbefd
text_version and name_version unification looking reasonable

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    def get_file_lines(self, file_id):
135
135
        ie = self._inventory[file_id]
136
136
        weave = self.get_weave(file_id)
137
 
        return weave.get(ie.text_version)
 
137
        return weave.get(ie.revision)
138
138
        
139
139
 
140
140
    def get_file_text(self, file_id):