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

Avoid using file ids in object store code.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
    if base_tree is not None and type(base_tree) is Tree:
324
324
        invdelta.extend(remove_disappeared_children(base_bzr_tree, old_path,
325
325
            base_tree, existing_children, lookup_object))
326
 
    store_updater.add_object(tree, (file_id, ), path)
 
326
    store_updater.add_object(tree, (file_id, revision_id), path)
327
327
    return invdelta, child_modes
328
328
 
329
329