diff -r 654b9e1966f7 -r 525fdb738975 mercurial/sshrepo.py --- 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):