.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 27 Sep 2019 12:41:20 +0200
changeset 42996 4f2315cce1db
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
upgrade: move most of revlog.clone method into a _clone method The content of the clone method now focus on parameters validation and processing. The `_clone` method focus on the actual cloning logic. Splitting the method out save some indentation and clarify each method code since it a focussed on one goal. Differential Revision: https://phab.mercurial-scm.org/D6899

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