.arcconfig
author Navaneeth Suresh <navaneeths1998@gmail.com>
Thu, 18 Jul 2019 20:54:26 +0530
changeset 42622 74ba82abbf29
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
unshelve: mark unshelve interactive as experimental This is a follow-up patch to rHG5162753c4c14. We have the logic for interactive unshelve under `_rebaserestorecommit()`. So, we might get conflicts even if there are conflicting changes other than selected changes by the user. We should mark unshelve `--interactive` as `EXPERIMENTAL` until we solve this issue. Differential Revision: https://phab.mercurial-scm.org/D6653

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