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

  • Committer: Robert Collins
  • Date: 2006-09-17 21:24:27 UTC
  • mfrom: (2019 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2020.
  • Revision ID: robertc@robertcollins.net-20060917212427-343ef161b483b8e4
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
        transport.mkdir('tree')
1204
1204
        transport.mkdir('tree/checkout')
1205
1205
        co_branch = bzrlib.bzrdir.BzrDir.create_branch_convenience('tree/checkout',
1206
 
                                    format=bzrlib.bzrdir.BzrDirMetaFormat1())
 
1206
            format=bzrlib.bzrdir.BzrDirMetaFormat1())
1207
1207
        co_branch.bind(repo_branch)
1208
1208
        # Do a light checkout of the heavy one
1209
1209
        transport.mkdir('tree/lightcheckout')