Rev 2657: Fix typo for get_file_text from Martin in http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/faster_knit_extract
John Arbash Meinel
john at arbash-meinel.com
Wed Aug 8 16:03:45 BST 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/faster_knit_extract
------------------------------------------------------------
revno: 2657
revision-id: john at arbash-meinel.com-20070808150335-s47oiu8m42dn7zk1
parent: john at arbash-meinel.com-20070727160549-7cbpzclmkxdmqo02
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: faster_knit_extract
timestamp: Wed 2007-08-08 10:03:35 -0500
message:
Fix typo for get_file_text from Martin
modified:
bzrlib/tree.py tree.py-20050309040759-9d5f2496be663e77
-------------- next part --------------
=== modified file 'bzrlib/tree.py'
--- a/bzrlib/tree.py 2007-07-24 00:13:12 +0000
+++ b/bzrlib/tree.py 2007-08-08 15:03:35 +0000
@@ -219,7 +219,7 @@
def get_file_text(self, file_id):
"""Return a string with the text for the file file_id in the tree."""
- raise NotImplementedError(self.get_file_lines)
+ raise NotImplementedError(self.get_file_text)
def get_file_mtime(self, file_id, path=None):
"""Return the modification time for a file.
More information about the bazaar-commits
mailing list