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

  • Committer: Jelmer Vernooij
  • Date: 2019-12-22 23:16:21 UTC
  • mfrom: (7422 work)
  • mto: This revision was merged to the branch mainline in revision 7426.
  • Revision ID: jelmer@jelmer.uk-20191222231621-3p14u9zaypv3q8zl
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
                    blob_id = idmap.lookup_blob_id(
266
266
                        pfile_id, prevision)
267
267
                except KeyError:
268
 
                    if not changed_content:
 
268
                    if not change.changed_content:
269
269
                        # no-change merge ?
270
270
                        blob = Blob()
271
271
                        blob.data = tree.get_file_text(change.path[1])