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

merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
        tree.lock_read()
272
272
        self.addCleanup(tree.unlock)
273
273
        # the deepest subtree has not changed, so no commit should take place.
274
 
        self.assertEqual(None, subsubtree.last_revision())
 
274
        self.assertEqual('null:', subsubtree.last_revision())
275
275
        # the intermediate tree should have committed a pointer to the current
276
276
        # subtree revision.
277
277
        sub_basis = subtree.basis_tree()