~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-07 01:06:26 UTC
  • mto: (6437.3.4 2.5)
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: jelmer@samba.org-20120107010626-vytp4nsgs8c3hnc3
Fix some tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
            self.transport_from_client_path(path))
269
269
        format = branch.network_format_registry.get(network_name)
270
270
        bzrdir.branch_format = format
271
 
        result = format.initialize(bzrdir)
 
271
        result = format.initialize(bzrdir, name="")
272
272
        rich_root, tree_ref, external_lookup = self._format_to_capabilities(
273
273
            result.repository._format)
274
274
        branch_format = result._format.network_name()