This is an archive of the discontinued Mercurial Phabricator instance.

fsmonitor: correct an error message
ClosedPublic

Authored by quark on Aug 10 2017, 12:38 PM.

Details

Summary

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)

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Aug 10 2017, 12:38 PM
lothiraldan accepted this revision.Aug 10 2017, 1:30 PM
lothiraldan added a subscriber: lothiraldan.

LGTM, we don't have a test for it?

This revision was automatically updated to reflect the committed changes.