~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: John Arbash Meinel
  • Date: 2010-08-30 21:23:49 UTC
  • mto: This revision was merged to the branch mainline in revision 5398.
  • Revision ID: john@arbash-meinel.com-20100830212349-figt9yz2cic6hy68
Remove the 'false' invocation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        if len(branch_info) != 2:
215
215
            raise errors.UnexpectedSmartServerResponse(response)
216
216
        branch_ref, branch_name = branch_info
217
 
        format = controldir.network_format_registry.get(control_name)
 
217
        format = bzrdir.network_format_registry.get(control_name)
218
218
        if repo_name:
219
219
            format.repository_format = repository.network_format_registry.get(
220
220
                repo_name)