.arcconfig
author Manuel Jacob <me@manueljacob.de>
Sat, 11 Jul 2020 03:10:23 +0200
changeset 45090 0ecb3b11fcad
parent 44128 ff396501e841
permissions -rw-r--r--
rebase: correctly check for empty commit in in-memory mode The new code has a small overhead in the empty commit case, as a `memctx` object is always created, but I don’t think it’s justified here to duplicate code to optimize a relatively unlikely code path. Differential Revision: https://phab.mercurial-scm.org/D8732

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