mercurial/sshrepo.py
changeset 3275 7ae37d99d47e
parent 3084 75dcfe28da4a
child 3380 8770b4870e22
--- 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()