.arcconfig
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 04 Aug 2018 12:43:41 +0530
changeset 38913 f35f6791595f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
resolve: support confirm config option with --unmark flag Now, commands.resolve.confirm also respect --unmark option; and confirm to unresolve all resolved files. It will confirm only when no files pats are passed (same as --mark), because when no pats are passed the default is to mark resolved files as unresolved. And if user has passed file pats then I think there is no need to confirm for that. Differential Revision: https://phab.mercurial-scm.org/D4102

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