.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 16 Jan 2019 16:49:15 -0800
changeset 41288 17941fc53ae9
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
scmutil: drop unreachable except clause socket.error is a subclass of IOError, which we catch higher up. It seems to have been this way since 020a896a5292 (dispatch: sort exception handlers, 2009-01-12), so let's celebrate the 10 year anniversary (a few days late) of it being wrong by deleting it. Differential Revision: https://phab.mercurial-scm.org/D5626

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