.arcconfig
author Augie Fackler <augie@google.com>
Wed, 14 Mar 2018 15:39:28 -0400
changeset 36954 0585337ea787
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cleanup: fix some latent open(path).read() et al calls we previously missed This pattern was banned by check-code way back in 1b4b82063ce2 (may of 2011), but due to a regular expression rewriting bug in check-code these particular callsites were never detected. Python 3.7 caught the bug, which then exposed these errors. Differential Revision: https://phab.mercurial-scm.org/D2863

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