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

Removed changes from bzr.ab 1526..1528

Show diffs side-by-side

added added

removed removed

Lines of Context:
1556
1556
        last1 = branch1.last_revision()
1557
1557
        last2 = branch2.last_revision()
1558
1558
 
1559
 
        source = MultipleRevisionSources(branch1.repository, 
1560
 
                                         branch2.repository)
 
1559
        source = MultipleRevisionSources(branch1, branch2)
1561
1560
        
1562
1561
        base_rev_id = common_ancestor(last1, last2, source)
1563
1562