/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/tests/per_branch/test_reconcile.py

Avoid using revision_history in the testsuite, in preparation of deprecating it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        tree.branch.set_last_revision_info(2, r2)
82
82
 
83
83
        reconciler = tree.branch.reconcile()
84
 
        self.assertEquals([r1, r2], tree.branch.revision_history())
 
84
        self.assertEquals(r2, tree.branch.last_revision())