/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/workingtree_implementations/test_basis_inventory.py

Tidy up the last_revision_id and add_pending_merge conversion to use cleaner apis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    def test_basis_inv_gets_revision(self):
60
60
        """When the inventory of the basis tree has no revision id it gets set.
61
61
 
62
 
        It gets set during set_parent_trees()
 
62
        It gets set during set_parent_trees() or set_parent_ids().
63
63
        """
64
64
        tree = self.make_branch_and_tree('.')
65
65
        tree.lock_write()