1

I want to ignore file mode,such as chmod 777 somefile.

I'm looking for a setting similar to Git's:

core.filemode = false

1 Answers1

2

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.

Community
  • 1
  • 1
Christophe Muller
  • 4,850
  • 1
  • 23
  • 31