.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 14 Feb 2022 22:16:29 -0800
changeset 48787 69000dc0dced
parent 44128 ff396501e841
permissions -rw-r--r--
filemerge: reduce some duplication in `_maketempfiles()` The two callers of the local `maketempfrompath()` function used the returned file object in the same way. We can reduce duplication by moving that code into the function. Differential Revision: https://phab.mercurial-scm.org/D12192

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