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

Fix unusual modes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        yield path, obj, ie
182
182
        shamap[ie.file_id] = obj.id
183
183
 
184
 
    for fid in unusual_modes:
185
 
        new_trees[posixpath.dirname(tree.inventory.id2path(path))] = tree.inventory[fid].parent_id
 
184
    for path in unusual_modes:
 
185
        parent_path = posixpath.dirname(path)
 
186
        new_trees[parent_path] = tree.path2id(parent_path)
186
187
    
187
188
    trees = {}
188
189
    while new_trees: