.arcconfig
author Manuel Jacob <me@manueljacob.de>
Wed, 01 Jun 2022 02:21:41 +0200
changeset 49311 defc369d705e
parent 44128 ff396501e841
permissions -rw-r--r--
py3: catch specific OSError subclasses instead of checking errno On Python 3, the "not a directory" error is mapped to ENOTDIR instead of EINVAL. Therefore, catching the NotADirectoryError subclass is sufficient.

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