~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-18 10:42:07 UTC
  • mfrom: (6437.3.6 2.5)
  • mto: (6437.3.7 2.5)
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: jelmer@vernstok.nl-20120118104207-yc5fhsaz4mupjcam
Merge 2.5 branch.

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()