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

  • Committer: Jelmer Vernooij
  • Date: 2018-11-25 20:44:56 UTC
  • mto: This revision was merged to the branch mainline in revision 7231.
  • Revision ID: jelmer@jelmer.uk-20181125204456-jm9k22rbl9n22ayj
Drop file_id from record_iter_changes return value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
            encoded_new_path = path[1].encode("utf-8")
142
142
            self._blobs[encoded_new_path] = (mode, sha)
143
143
            if st is not None:
144
 
                yield file_id, path[1], (entry.text_sha1, st)
 
144
                yield path[1], (entry.text_sha1, st)
145
145
            if self._mapping.generate_file_id(encoded_new_path) != file_id:
146
146
                self._override_fileids[encoded_new_path] = file_id
147
147
            else: