##// END OF EJS Templates
largefiles: respect store.createmode and avoid extra file copy...
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.

File last commit:

r1360:7d439981 default
r16155:1b2b42e8 stable
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder