.arcconfig
author Navaneeth Suresh <navaneeths1998@gmail.com>
Fri, 22 Feb 2019 00:54:06 +0530
changeset 41790 4d21ebc4cb47
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
mq: disable qrecord during histedit (issue5981) qrecord during histedit may lead to deadlock-like situations. qpop will throw an error on called during histedit even after qrecord-ing those changes. This patch makes qrecord to abort on histedit. Differential Revision: https://phab.mercurial-scm.org/D5997

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