.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 05 Jan 2023 17:28:33 -0500
changeset 49856 40d3ee570d83
parent 44128 ff396501e841
permissions -rw-r--r--
watchman: refactor transport connecting to unconfuse pytype Pytype sees `self.proc` as potentially `None` here, even though it's set by the `_connect()` logic. Instead of asserting, simply use the process returned by that method (which it sets into `self.proc` before returning, so there's no functional change here).

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