~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/client.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-30 22:13:39 UTC
  • mfrom: (3460.1.4 revno_no_history)
  • Revision ID: pqm@pqm.ubuntu.com-20080530221339-0l4zj40k4dknzaqw
(jam) Change RevisionSpec_revno so that it no longer needs
        Branch.revision_history()

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                        % (protocol_version,))
77
77
                    self._medium.disconnect()
78
78
                    continue
79
 
                except errors.ErrorFromSmartServer:
80
 
                    # If we received an error reply from the server, then it
81
 
                    # must be ok with this protocol version.
82
 
                    self._medium._protocol_version = protocol_version
83
 
                    raise
84
79
                else:
85
80
                    self._medium._protocol_version = protocol_version
86
81
                    return response_tuple, response_handler