.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 07 Apr 2018 12:48:21 -0400
changeset 37689 a7dbda94c86a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
test-lfs: add tests to force server error path coverage The tests are somewhat fragile in that the extension that forces the errors is counting how many times some of the functions are being called, so it depends heavily on the content of the repo. Maybe we can do something clever like load an extension on the client, and have it send over instructions in the HTTP header how to fail. (I'm trying to avoid killing and restarting the server, because Windows seems to have issues with doing that a lot.) But I'd rather fix issues than polish tests before the freeze.

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