mercurial/keepalive.py
changeset 19872 681f7b9213a4
parent 17700 5b1b0e4e6902
child 22505 232d437af120
--- a/mercurial/keepalive.py	Thu Oct 03 14:50:47 2013 +0200
+++ b/mercurial/keepalive.py	Thu Oct 03 14:50:47 2013 +0200
@@ -499,7 +499,7 @@
         data, self._rbuf = self._rbuf[:i], self._rbuf[i:]
         return data
 
-    def readlines(self, sizehint = 0):
+    def readlines(self, sizehint=0):
         total = 0
         list = []
         while True: