sapling/hgext/fsmonitor
Jun Wu c218b8b432 fsmonitor: correct an error message
Without the change, the error looks like:

  warning: Watchman unavailable: "watchman" executable not in PATH (%s),
  while executing [Errno 2] No such file or directory

With the change, it now looks like:

  warning: Watchman unavailable: "watchman" executable not in PATH
  ([Errno 2] No such file or directory)

Differential Revision: https://phab.mercurial-scm.org/D322
2017-08-10 09:37:50 -07:00
..
pywatchman fsmonitor: correct an error message 2017-08-10 09:37:50 -07:00
__init__.py pathauditor: disable cache of audited paths by default (issue5628) 2017-07-26 22:10:15 +09:00
state.py fsmonitor: don't write out state if identity has changed (issue5581) 2017-06-12 15:34:31 -07:00
watchmanclient.py fsmonitor: fix exception message scraping 2016-12-21 13:51:34 -08:00