comparison rust/hg-core/src/filepatterns.rs @ 49970:678588b01af1

rhg: implement checkexec to support weird filesystems In particular, some of our repos are stored on a fileserver that simulates POSIX permissions poorly, in such a way that prevents the removal of execute permission. This causes rhg show a spurious unclean status, even though python hg reports the repo as clean. We fix this by making rhg implement the ~same checkexec logic that python hg does.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 05 Jan 2023 17:15:03 +0000
parents b3480822a251
children ccb6cfb0f2c0
comparison
equal deleted inserted replaced
49969:5f664401dd03 49970:678588b01af1