/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 15:19:49 UTC
  • mfrom: (7141.7.6 no-file-ids)
  • Revision ID: breezy.the.bot@gmail.com-20181116151949-hrmuv6s7ow1cqdhi
Drop file_id argument from read functions in Tree.

Merged from https://code.launchpad.net/~jelmer/brz/no-file-ids/+merge/357984

Show diffs side-by-side

added added

removed removed

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