~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_info.py

  • Committer: Robert Collins
  • Date: 2008-09-25 22:25:09 UTC
  • mto: (3735.2.2 repository)
  • mto: This revision was merged to the branch mainline in revision 3749.
  • Revision ID: robertc@robertcollins.net-20080925222509-1cpsw55esrjycw9e
Remove 1.5 series dev formats and document development2 a little better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1376
1376
    def test_info_stacked(self):
1377
1377
        # We have a mainline
1378
1378
        trunk_tree = self.make_branch_and_tree('mainline',
1379
 
            format='development1')
 
1379
            format='1.6')
1380
1380
        trunk_tree.commit('mainline')
1381
1381
        # and a branch from it which is stacked
1382
1382
        new_dir = trunk_tree.bzrdir.sprout('newbranch', stacked=True)
1383
1383
        out, err = self.run_bzr('info newbranch')
1384
1384
        self.assertEqual(
1385
 
"""Standalone tree (format: development1)
 
1385
"""Standalone tree (format: 1.6)
1386
1386
Location:
1387
1387
  branch root: newbranch
1388
1388