If Mercurial does not track file permissions by default , how does it determine permissions for any generated files / directories?
Does he use umask? If not, what does he use?
I read the following in the list of letters :
Mercurial uses the mode of the .hg/store directory to compute a mask
but it seems a little arbitrary (if there is any explanation, I would like to hear it). Is this explained in the documentation?
source
share