/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 bzrlib/diff.py

Update argument order

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
    
331
331
    delta = compare_trees(old_tree, new_tree, want_unchanged=False,
332
332
                          specific_files=specific_files, 
333
 
                          require_versioned=True, extra_trees=extra_trees)
 
333
                          extra_trees=extra_trees, require_versioned=True)
334
334
 
335
335
    has_changes = 0
336
336
    for path, file_id, kind in delta.removed: