/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-10-29 11:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 7170.
  • Revision ID: jelmer@jelmer.uk-20181029112733-bjvm24z12svwl53m
Get rid of file_ids in most of Tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
        obj.chunked = chunks
304
304
        if add_cache_entry is not None:
305
305
            add_cache_entry(obj, (file_id, tree.get_file_revision(path)), path)
306
 
        yield path, obj, (file_id, tree.get_file_revision(path, file_id))
 
306
        yield path, obj, (file_id, tree.get_file_revision(path))
307
307
        shamap[path] = obj.id
308
308
 
309
309
    for path in unusual_modes: