comparison hgext/lfs/TODO.rst @ 44139:2ad4e8aefcf4

lfs: explicitly close the file handle for the blob being uploaded The previous code relied on reading the blob fully to close it. The obvious problem is if an error occurs before that point. But there is also a problem when using workers where the data may need to be re-read, which can't happen once it is closed. This eliminates the surprising behavior before attempting to fix the worker problem. Differential Revision: https://phab.mercurial-scm.org/D7957
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 21 Jan 2020 09:51:39 -0500
parents ed9a99564051
children 87167caa2989
comparison
equal deleted inserted replaced
44138:5f841daf3b41 44139:2ad4e8aefcf4