diff mercurial/sshrepo.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents be43234a6d60
children cfb6682961b8
line wrap: on
line diff
--- 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):