~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

Now all tests matching dirstate pass - added generation of inventories for parent trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        """
167
167
        raise NotImplementedError(self._comparison_data)
168
168
 
169
 
    def _file_size(entry, stat_value):
 
169
    def _file_size(self, entry, stat_value):
170
170
        raise NotImplementedError(self._file_size)
171
171
 
172
172
    def _get_inventory(self):