Submitter | Siddharth Agarwal |
---|---|
Date | Nov. 17, 2013, 9:41 p.m. |
Message ID | <9d6ad1bb67d1290f7600.1384724465@dev1091.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/3044/ |
State | Superseded, archived |
Headers | show |
Comments
Patch
diff --git a/mercurial/statichttprepo.py b/mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py +++ b/mercurial/statichttprepo.py @@ -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