~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Trivial remerge fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1917
1917
                    restore(tree.abspath(filename))
1918
1918
                except NotConflicted:
1919
1919
                    pass
1920
 
            conflicts =  merge_inner(tree.branch, other_tree, base_tree, 
 
1920
            conflicts =  merge_inner(tree.branch, other_tree, base_tree,
 
1921
                                     this_tree=tree,
1921
1922
                                     interesting_ids = interesting_ids, 
1922
1923
                                     other_rev_id=pending_merges[0], 
1923
1924
                                     merge_type=merge_type,