/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

Formatting fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
                    pie.symlink_target == ie.symlink_target):
176
176
                    return pie
177
177
        raise KeyError
178
 
    
 
178
 
179
179
    # Find all the changed blobs
180
180
    for (file_id, path, changed_content, versioned, parent, name, kind,
181
181
         executable) in tree.iter_changes(base_tree):