~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Robert Collins
  • Date: 2009-04-28 01:51:32 UTC
  • mto: This revision was merged to the branch mainline in revision 4319.
  • Revision ID: robertc@robertcollins.net-20090428015132-a9n7dqmbm03w5nlh
Don't probe for bzrdir objects we just created via the smart server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3149
3149
        format = RemoteBzrDirFormat()
3150
3150
        format._network_name = bzrdir_name
3151
3151
        self._supply_sub_formats_to(format)
3152
 
        bzrdir = remote.RemoteBzrDir(transport, format)
 
3152
        bzrdir = remote.RemoteBzrDir(transport, format, _client=client)
3153
3153
        if repo_path:
3154
3154
            repo_format = remote.response_tuple_to_repo_format(response[1:])
3155
3155
            if repo_path == '.':