.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Fri, 06 Jul 2018 21:49:25 +0900
changeset 38588 1c93e0237a24
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
diffutil: move the module out of utils package mercurial.utils modules inherit the property of the mercurial.util, which is no dependency on ui, repo, ctx, etc. As the diffutil module seems to reside in the scmutil layer, it's probably better to not put it under the utils package.

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