.arcconfig
author Manuel Jacob <me@manueljacob.de>
Sun, 22 May 2022 01:48:20 +0200
branchstable
changeset 48883 f639982dfd00
parent 44128 ff396501e841
permissions -rw-r--r--
hghave: make black version regex work with newer versions of black Black commit 117891878e5be4d6b771ae5de299e51b679cea27 (included in black >= 21.11b0) dropped the string "version " from the output of "black --version". To make the regex work with newer black versions, make matching of "version " optional.

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