/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tree.py

Fix NoSuchId raising.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        try:
75
75
            return self._fileid_map.lookup_path(file_id)
76
76
        except ValueError:
77
 
            raise errors.NoSuchId(file_id)
 
77
            raise errors.NoSuchId(self, file_id)
78
78
 
79
79
    def path2id(self, path):
80
80
        if self.mapping.is_special_file(path):