sapling/hgext/fsmonitor
Mark Thomas 6e2d83c5ca purge: use fsmonitor to speed up hg purge
Summary:
`hg purge --dirs` is slow because it asks for all the directories in the repo,
which disables the fsmonitor speed improvements to dirstate.walk.

To make purge faster, separately query watchman for all the dirs in the repo
(it can answer this fairly quickly).

Reviewed By: mjpieters

Differential Revision: D7067811

fbshipit-source-id: 18e76c685bd630862d12e7e59c2817a8f45ed073
2018-04-13 21:51:16 -07:00
..
pywatchman codemod: use single blank line 2018-04-13 21:51:08 -07:00
__init__.py purge: use fsmonitor to speed up hg purge 2018-04-13 21:51:16 -07:00
state.py fsmonitor: use configitem 2017-10-01 22:26:24 +01:00
watchmanclient.py fsmonitor: use progress.spinner when querying watchman 2018-04-13 21:51:08 -07:00