sapling/hgext/fsmonitor
Jun Wu b46e073ee5 fsmonitor: use nonnormalset from dirstatemap
`dirstate._nonnormalset` has been moved to `dirstate._map.nonnormalset` by
822ff2522caf (dirstate: move nonnormal and otherparent sets to dirstatemap)
and is guaranteed to be existed.

Let's update fsmonitor code to use the new `nonnormalset`. Thix fixed a perf
regression that slows down `hg status` by 0.5 seconds in one of our
production repos.

Differential Revision: https://phab.mercurial-scm.org/D1184
2017-10-18 15:42:44 -07:00
..
pywatchman fsmonitor: correct an error message 2017-08-10 09:37:50 -07:00
__init__.py fsmonitor: use nonnormalset from dirstatemap 2017-10-18 15:42:44 -07:00
state.py fsmonitor: use configitem 2017-10-01 22:26:24 +01:00
watchmanclient.py fsmonitor: fix exception message scraping 2016-12-21 13:51:34 -08:00