.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 28 Mar 2018 10:52:40 -0700
changeset 37484 c22fd3c4c23e
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
largefiles: wrap heads command handler more directly extensions.wrapfunction() is a more robust method for wrapping a function, since it allows multiple wrappers. While we're here, wrap the function registered with the command instead of installing a new command handler. Differential Revision: https://phab.mercurial-scm.org/D3178

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