.arcconfig
author Mark Thomas <mbthomas@fb.com>
Tue, 17 Oct 2017 08:07:43 -0700
changeset 34832 d6009d1488e8
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: add test demonstrating regression in path audit D785 regressed behavior in path auditing: files can be deleted if they have a path that conflicts with a filename from a malicious remote or bundle. This test demonstrates the problem - the file should not have been deleted. Differential Revision: https://phab.mercurial-scm.org/D1156

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