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

Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                else:
150
150
                    blob.data = basis_tree.get_file_text(entry.file_id, path)
151
151
                self._blobs[path.encode("utf-8")] = (entry_mode(entry), blob.id)
152
 
        if not self._lossy:
 
152
        if not self._lossy and self._mapping.BZR_FILE_IDS_FILE is not None:
153
153
            try:
154
154
                fileid_map = dict(basis_tree._fileid_map.file_ids)
155
155
            except AttributeError: