.arcconfig
author Boris Feld <boris.feld@octobus.net>
Thu, 06 Jul 2017 14:55:12 +0200
changeset 34419 57980af73cfa
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
effectflag: detect when branch changed Store in effect flag when the branch changed between the predecessor and its successors. It can happens with "hg branch" + "hg commit --amend", "hg branch" + "hg amend" or "histedit". Differential Revision: https://phab.mercurial-scm.org/D538

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