.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 06 Aug 2019 03:17:40 +0200
changeset 42729 3cffc7bbec26
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
copies: extract an explicit `computechangesetcopie` method from context Right now, the logic around changeset centric copies data are buried into the "changectx" code. We extract this code in a dedicated method (in the copies module) for clarity. This clarity will help to explicitly compute and caches these data in the future.

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