~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-31 05:54:21 UTC
  • mfrom: (2743.3.6 bzr.quicker-initial-commit)
  • mto: This revision was merged to the branch mainline in revision 2774.
  • Revision ID: ian.clatworthy@internode.on.net-20070831055421-iwcem9phv1needkk
(Ian Clatworthy) Quicker initial commit - skip SHAing twice & skip path lookup as we know it

Show diffs side-by-side

added added

removed removed

Lines of Context:
1510
1510
        return self._repository.weave_store.get_weave(file_id,
1511
1511
                self._repository.get_transaction())
1512
1512
 
1513
 
    def get_file(self, file_id):
 
1513
    def get_file(self, file_id, path=None):
1514
1514
        return StringIO(self.get_file_text(file_id))
1515
1515
 
1516
1516
    def get_file_lines(self, file_id):