/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 workingtree.py

Use dictionary with verifiers rather than requiring testament3-sha1 everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
            except errors.NoSuchId:
252
252
                target_fileid_map = {}
253
253
            else:
254
 
                target_fileid_map = self.import_fileid_map(Blob.from_string(self.target.file_text(file_id)))
 
254
                target_fileid_map = self.target.mapping.import_fileid_map(Blob.from_string(self.target.get_file_text(file_id)))
255
255
        else:
256
256
            target_fileid_map = {}
257
257
        target_fileid_map = GitFileIdMap(target_fileid_map, self.target.mapping)