/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Ian Clatworthy
  • Date: 2007-10-25 08:24:09 UTC
  • mto: (2941.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2942.
  • Revision ID: ian.clatworthy@internode.on.net-20071025082409-c42zo7ut3mov9ihl
Review feedback from poolie and spiv

Show diffs side-by-side

added added

removed removed

Lines of Context:
1416
1416
    _fmt = "Connection error: %(msg)s %(orig_error)s"
1417
1417
 
1418
1418
 
1419
 
class ConnectionErrorOnStartUp(TransportError):
1420
 
 
1421
 
    _fmt = "Disconnected from server during negotiation: %(msg)s %(orig_error)s"
1422
 
 
1423
 
 
1424
1419
class SocketConnectionError(ConnectionError):
1425
1420
 
1426
1421
    _fmt = "%(msg)s %(host)s%(port)s%(orig_error)s"