.arcconfig
author Boris Feld <boris.feld@octobus.net>
Mon, 17 Dec 2018 10:51:36 +0100
changeset 41084 84491ae0b3f0
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
revlog: more efficient implementation for issnapshot We avoid multiple method calls and tuple creation, this provides a significant speedup in some case: example affected manifest write before: 0.815520s after: 0.487767s (-40%)

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