.arcconfig
author Boris Feld <boris.feld@octobus.net>
Fri, 07 Sep 2018 11:16:06 -0400
changeset 40057 25b2868206e2
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
copies: add a devel debug mode to trace what copy tracing does Mercurial can spend a lot of time finding renames between two commits. Having more information about that process help to understand what makes it slow in an individual instance. (eg: many files vs 1 file, etc...)

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