/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

Fix some long lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    if base_hexsha is not None:
153
153
        old_path = path # Renames are not supported yet
154
154
        if stat.S_ISDIR(base_mode):
155
 
            invdelta.extend(remove_disappeared_children(base_inv, old_path, lookup_object(base_hexsha), [], lookup_object))
 
155
            invdelta.extend(remove_disappeared_children(base_inv, old_path,
 
156
                lookup_object(base_hexsha), [], lookup_object))
156
157
    else:
157
158
        old_path = None
158
159
    invdelta.append((old_path, path, file_id, ie))