/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

  • Committer: Martin Pool
  • Date: 2007-08-21 03:53:07 UTC
  • mfrom: (2736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2738.
  • Revision ID: mbp@sourcefrog.net-20070821035307-krkxgs8g0eryzl2r
merge trunk

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()