Mercurial > hg
comparison hgext/sqlitestore.py @ 49894: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 | de9ffb82ef4d |
children | 1fbae268ecae |
comparison
equal
deleted
inserted
replaced
49893:5f664401dd03 | 49894:678588b01af1 |
---|