mercurial/statichttprepo.py
changeset 20054 d0789ce427ac
parent 19778 55ef79031009
child 20055 6bb9de1e4d16
--- a/mercurial/statichttprepo.py	Sat Nov 16 15:46:28 2013 -0500
+++ b/mercurial/statichttprepo.py	Sun Nov 17 13:28:11 2013 -0800
@@ -55,7 +55,7 @@
         self.pos += len(data)
         return data
     def __iter__(self):
-        return iter(self.read().splitlines(1))
+        return iter(self.read().splitlines(True))
     def close(self):
         pass