sapling/contrib/whochanges
Jun Wu 4b9259af14 contrib: add a whochanges script
Summary:
The script uses fanotify to answer "who changes this file" questions on Linux.
Sometimes people complain about files showing up unexpectedly on "hg status".
This could be helpful to debug those kind of issues.

This is to answer "what process" questions for a few selected long-living files
without guarnateed correctness. It does not handle cases like replacing files
(changing inode), renaming, etc.

It is Linux only right now. It seems an OSX version could be built using
fsevents.

Reviewed By: DurhamG

Differential Revision: D10418991

fbshipit-source-id: 55b75d0a324a1e561d85431c92b59a13da87fba0
2018-10-19 17:26:33 -07:00
..
.gitignore contrib: add a whochanges script 2018-10-19 17:26:33 -07:00
Makefile contrib: add a whochanges script 2018-10-19 17:26:33 -07:00
whochanges.c contrib: add a whochanges script 2018-10-19 17:26:33 -07:00