~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Robert Collins
  • Date: 2009-04-23 06:07:44 UTC
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090423060744-ile6rixv4jqyqpts
Reasonable unit test coverage for initialize_on_transport_ex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
491
491
        # 1) get the network name to use.
492
492
        if self._custom_format:
493
493
            network_name = self._custom_format.network_name()
 
494
        elif self._network_name:
 
495
            network_name = self._network_name
494
496
        else:
495
497
            # Select the current bzrlib default and ask for that.
496
498
            reference_bzrdir_format = bzrdir.format_registry.get('default')()