/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: 2018-11-16 18:35:30 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116183530-ue8yx60h5tinl2wy
Merge more-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
        obj.chunked = chunks
312
312
        if add_cache_entry is not None:
313
313
            add_cache_entry(obj, (file_id, tree.get_file_revision(path)), path)
314
 
        yield path, obj, (file_id, tree.get_file_revision(path, file_id))
 
314
        yield path, obj, (file_id, tree.get_file_revision(path))
315
315
        shamap[path] = obj.id
316
316
 
317
317
    for path in unusual_modes: