【发布时间】:2012-01-22 19:03:44
【问题描述】:
如果 Mercurial does not track file permissions 默认情况下,它如何决定它创建的任何文件/目录的权限?
它使用umask吗?如果没有,它有什么用?
Mercurial uses the mode of the .hg/store directory to compute a mask
但这似乎有点武断(如果背后有任何解释,我很想听听)。这在文档中有解释吗?
【问题讨论】:
标签: mercurial