~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Martin Pool
  • Date: 2009-03-03 04:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 4086.
  • Revision ID: mbp@sourcefrog.net-20090303044950-vbzc12q7z03owa2a
Remove 'try -Dhpss' from error messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1634
1634
            self.port = ':%s' % port
1635
1635
 
1636
1636
 
 
1637
# XXX: This is also used for unexpected end of file, which is different at the
 
1638
# TCP level from "connection reset".
1637
1639
class ConnectionReset(TransportError):
1638
1640
 
1639
1641
    _fmt = "Connection closed: %(msg)s %(orig_error)s"