~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

(spiv) Fix AssertionError in RemoteBranchFormat.initialize when reusing a
 smart transport. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
        :param path: The path to the bzrdir.
183
183
        :param network_name: The network name of the branch type to create.
184
 
        :return: (ok, network_name)
 
184
        :return: ('ok', branch_format, repo_path, rich_root, tree_ref,
 
185
            external_lookup, repo_format)
185
186
        """
186
187
        bzrdir = BzrDir.open_from_transport(
187
188
            self.transport_from_client_path(path))