.arcconfig
author Jun Wu <quark@fb.com>
Tue, 18 Jul 2017 01:34:55 -0700
changeset 33833 fb59192b4981
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
phabricator: add status to revision query language This patch adds status words (ex. `abandoned`, `accepted`, `needsreview`, `needsrevision`, `closed`) to the revision query language so people can select revision in a more flexible way. Test Plan: Try something like `phabread ':2 & accepted'`, `phabread ':105 - closed` and make sure they have desired outputs. Differential Revision: https://phab.mercurial-scm.org/D126

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