mercurial/sshrepo.py
changeset 16683 525fdb738975
parent 15624 be43234a6d60
child 16688 cfb6682961b8
--- a/mercurial/sshrepo.py	Fri May 11 18:41:04 2012 +0200
+++ b/mercurial/sshrepo.py	Sat May 12 15:54:54 2012 +0200
@@ -86,7 +86,8 @@
             lines.append(l)
             max_noise -= 1
         else:
-            self._abort(error.RepoError(_("no suitable response from remote hg")))
+            self._abort(error.RepoError(_('no suitable response from '
+                                          'remote hg')))
 
         self.capabilities = set()
         for l in reversed(lines):