.arcconfig
author Anton Shestakov <av6@dwimlabs.net>
Fri, 10 Aug 2018 23:24:33 +0800
changeset 39208 362c4603602d
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
zsh_completion: update all options It's just too hard to further split this patch. What it does: - adds missing flags - removes flags that are no longer there - updates flag descriptions and argument names - adds * where using the same option many times is okay - groups with () mutually exclusive flags that can't be used together - adds + and = to options that need arguments - removes + and = from options that don't take any arguments - fixes minor issues and a typo Differential Revision: https://phab.mercurial-scm.org/D4267

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