.arcconfig
author Anton Shestakov <av6@dwimlabs.net>
Wed, 22 Aug 2018 09:12:22 +0800
changeset 39421 09f23b4f1be3
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
zsh_completion: handle --rev as well as -r for diff and revert Completion for hg diff and revert should suggest all files in context of a non-current revision. The script used to look only for `-r foo`, and now it also understands `--rev foo`. Differential Revision: https://phab.mercurial-scm.org/D4427

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