hgext/largefiles/proto.py
changeset 15170 c1a4a3220711
parent 15168 cfccd3bee7b3
child 15224 7c604d8c7e83
--- a/hgext/largefiles/proto.py	Thu Sep 29 16:48:48 2011 -0500
+++ b/hgext/largefiles/proto.py	Thu Sep 29 17:04:57 2011 -0500
@@ -105,7 +105,8 @@
             try:
                 length = int(length)
             except ValueError:
-                self._abort(error.ResponseError(_("unexpected response:"), length))
+                self._abort(error.ResponseError(_("unexpected response:"),
+                                                length))
             return (length, stream)
 
         def statlfile(self, sha):