/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/blackbox/test_checkout.py

  • Committer: Martin Pool
  • Date: 2007-08-21 03:40:50 UTC
  • mfrom: (2736 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2737.
  • Revision ID: mbp@sourcefrog.net-20070821034050-gcppw53kbcm2gwgd
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        self.assertEqual('1', tree.last_revision())
137
137
        branch.bzrdir.destroy_workingtree()
138
138
        self.run_bzr('checkout -r 0')
139
 
        self.assertIs(None, tree.last_revision())
 
139
        self.assertEqual('null:', tree.last_revision())