Mercurial > hg
diff tests/test-execute-bit.t @ 16155:1b2b42e866be stable
largefiles: respect store.createmode and avoid extra file copy
Before, a tempfile was used to create a temp file was created with 600
permissions and the uploaded data was written into it. This file was
then *copied* to .hg/largefiles/<hash>.
We now simply use atomictempfile to write the data to a temp file with
the right permissions and then rename that into place.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 23 Feb 2012 13:37:10 +0100 |
parents | 9231c629ec10 |
children | 44bda93df90e |