.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 31 Jan 2018 22:20:59 -0800
changeset 35895 69d7fcd91696
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
testrunner: fix updating of .testtimes file We attempt to write the 5 most recent test timings to a file called .testtimes, but we read previous results from a file called .testtimes- (including the hyphen), so we ended up no more than a single time per test. Differential Revision: https://phab.mercurial-scm.org/D1961

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