.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 20 Nov 2019 09:55:59 -0500
changeset 43729 1d1232c0726f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
wireprotov1server: capture Abort type before accessing the `hint` attribute Although the previous code worked, pytypes complained because `exc` is caught above as `BundleValueError, Abort, PushRaced`, and the other two don't have this attribute. Differential Revision: https://phab.mercurial-scm.org/D7463

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