.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 30 Jun 2018 07:23:02 +0530
changeset 38507 03e7ec8180f0
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
histedit: use self.stateobj to check whether interrupted histedit exists self.stateobj is an instance of state.cmdstate() class which has an .exists() function which is used to check whether there exists an interrupted statefile or not. Differential Revision: https://phab.mercurial-scm.org/D3865

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