/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

Some more test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
                    blob.data = basis_tree.get_file_text(entry.file_id, path)
156
156
                    self._blobs[path.encode("utf-8")] = (entry_mode(entry), blob.id)
157
157
                else:
158
 
                    (mode, sha) = workingtree._lookup_entry(path.encode("utf-8"), True)
 
158
                    (mode, sha) = workingtree._lookup_entry(path.encode("utf-8"), update_index=True)
159
159
                    self._blobs[path.encode("utf-8")] = (sha, mode)
160
160
        if not self._lossy and self._mapping.BZR_FILE_IDS_FILE is not None:
161
161
            try: