~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.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:
460
460
        if not line.endswith('\n'):
461
461
            # end of file encountered reading from server
462
462
            raise errors.ConnectionReset(
463
 
                "please check connectivity and permissions",
464
 
                "(and try -Dhpss if further diagnosis is required)")
 
463
                "please check connectivity and permissions")
465
464
        return line
466
465
 
467
466
    def _read_line(self):