.arcconfig
author Jun Wu <quark@fb.com>
Thu, 10 Aug 2017 09:37:50 -0700
changeset 33769 dd35abc409ee
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
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

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}