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

  • Committer: Robert Collins
  • Date: 2007-03-06 13:47:33 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070306134733-gx8sio7eqnhfi3zn
Update tree format signatures to mention introducing bzr version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        # format 'Bazaar Working Tree format 4'
41
41
        # stat-cache = ??
42
42
        t = control.get_workingtree_transport(None)
43
 
        self.assertEqualDiff('Bazaar Working Tree format 4\n',
 
43
        self.assertEqualDiff('Bazaar Working Tree Format 4 (bzr 0.15)\n',
44
44
                             t.get('format').read())
45
45
        self.assertFalse(t.has('inventory.basis'))
46
46
        # no last-revision file means 'None' or 'NULLREVISION'