/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

Merge trunk.

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: