/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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-26 09:52:59 UTC
  • mto: (0.200.1934 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180326095259-bfjlfm21dfam0pm5
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                    blob = Blob()
173
173
                    blob.data = basis_tree.get_file_text(path, entry.file_id)
174
174
                    self._blobs[encoded_path] = (entry_mode(entry), blob.id)
 
175
                elif entry.kind == "tree-reference":
 
176
                    self._blobs[encoded_path] = (
 
177
                        entry_mode(entry), read_submodule_head(path))
175
178
                else:
176
179
                    raise NotImplementedError
177
180
        if not self._lossy: