mercurial/sshrepo.py
changeset 3274 7ae37d99d47e
parent 3081 75dcfe28da4a
child 3379 8770b4870e22
--- a/mercurial/sshrepo.py
+++ b/mercurial/sshrepo.py
@@ -70,7 +70,7 @@ class sshrepository(remoterepository):
             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()