.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 28 Jul 2018 14:52:46 -0700
changeset 38846 5742d0428ed9
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
changegroup: inline prune() logic from narrow prune() needs to ellide manifests that aren't part of the narrow matcher. The code is violating storage abstractions, so a comment has been added. Keep in mind the impetus for moving this code to core is so changegroup code can be refactored to be storage agnostic. Differential Revision: https://phab.mercurial-scm.org/D4012

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