.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 02 Aug 2018 17:44:56 -0700
changeset 38936 bd64b8b8f0dd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
changegroup: pass function to build delta header into constructor Previously, the delta header struct format was defined on each class and each class had a separate function for building the delta header. We replace both of these with an argument to __init__ containing a callable that can format a delta header given a revisiondelta instance. Differential Revision: https://phab.mercurial-scm.org/D4079

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