Mercurial > hg
comparison tests/test-push-cgi.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 | 8b84d040d9f9 |
children | f2719b387380 |
comparison
equal
deleted
inserted
replaced
16154:9b072a5f8f92 | 16155:1b2b42e866be |
---|