diff -r e0cd1b98bf8d -r 7ae37d99d47e mercurial/sshrepo.py --- a/mercurial/sshrepo.py Thu Oct 05 15:36:53 2006 -0700 +++ b/mercurial/sshrepo.py Fri Oct 06 16:24:14 2006 +0200 @@ -70,7 +70,7 @@ lines.append(l) max_noise -= 1 else: - raise hg.RepoError(_("no response from remote hg")) + raise hg.RepoError(_("no suitable response from remote hg")) self.capabilities = () lines.reverse()