diff -r 6f833fc3ccab -r dba2db7a7c28 mercurial/util.py --- 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