~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-28 11:19:49 UTC
  • mto: This revision was merged to the branch mainline in revision 5418.
  • Revision ID: jelmer@samba.org-20100828111949-6ke9opiop2oomr4f
Move get_config to ControlDir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    BzrDirFormat,
24
24
    BzrDirMetaFormat1,
25
25
    BzrProber,
26
 
    )
27
 
from bzrlib.controldir import (
28
26
    network_format_registry,
29
27
    )
30
28
from bzrlib.smart.request import (
181
179
 
182
180
        :param path: The path to the bzrdir.
183
181
        :param network_name: The network name of the branch type to create.
184
 
        :return: ('ok', branch_format, repo_path, rich_root, tree_ref,
185
 
            external_lookup, repo_format)
 
182
        :return: (ok, network_name)
186
183
        """
187
184
        bzrdir = BzrDir.open_from_transport(
188
185
            self.transport_from_client_path(path))