I want to ignore file mode,such as chmod 777 somefile
.
I'm looking for a setting similar to Git's:
core.filemode = false
I want to ignore file mode,such as chmod 777 somefile
.
I'm looking for a setting similar to Git's:
core.filemode = false
Mercurial only tracks the execute permission on files. In order to avoid tracking it a solution has been posted here: Mercurial: Ignore file permission / mode (chmod) changes.