.arcconfig
author Boris Feld <boris.feld@octobus.net>
Thu, 23 Aug 2018 01:15:19 +0200
changeset 39300 1ea6772fb415
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
phase: handle phase with no command flag Before this changeset, all existing phases have a corresponding flag on the `hg phase` command. (eg: `hg phase --draft`). After this changeset, a phase can exists without having an associated flag. This is useful to introduce a new internal phase that we do not want to expose to user.

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