.arcconfig
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Thu, 04 Apr 2019 10:41:55 -0400
changeset 42072 fc0095256513
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
chistedit: properly show verbose diffs I'm not sure if that ever worked and it's an internal API breakage, but `"verbose": True` is not correctly parsed, as most of these options are parsed by diffopts, whereas verbose is a global option. Setting the UI to verbose instead does work and does show a verbose patch, with full commit message. It also shows all files, which unfortunately are a bit hard to read on a single line in the default verbose template. Thus, we also change the default template to use the status template, which shows one file per line as well as its modification state.

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