.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 03 Sep 2017 02:34:01 +0530
changeset 34078 b4b196092cc3
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
copytrace: move the default copytracing algorithm in a new function We are going to introduce a new fast heuristic based copytracing algorithm, so lets make mergecopies the function which decides which algorithm to go with and then calls the related function. While I was here, I add a line in test-copy-move-merge.t saying its a test related to the full copytracing algorithm. Differential Revision: https://phab.mercurial-scm.org/D622

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