author | Augie Fackler <durin42@gmail.com> |
Sat, 28 Aug 2010 21:49:53 -0500 | |
changeset 12086 | dba2db7a7c28 |
parent 12085 | 6f833fc3ccab |
child 12087 | a88a4720c2f0 |
mercurial/util.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/util.py Mon Aug 30 14:38:24 2010 +0200 +++ b/mercurial/util.py Sat Aug 28 21:49:53 2010 -0500 @@ -950,7 +950,7 @@ buf += chunk return buf - + def filechunkiter(f, size=65536, limit=None): """Create a generator that produces the data in the file size (default 65536) bytes at a time, up to optional limit (default is