.arcconfig
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Nov 2022 14:38:52 -0500
changeset 49776 511106bcb16c
parent 44128 ff396501e841
permissions -rw-r--r--
debug-revlog: details about non-ancestors delta-bases Deltas against a base that is not an ancestor of the revision that owns this delta are notable. For example, they introduce complexity during the bundling process as the base might not exist on the unbundling side. We detect them in `hg debugrevlog` and print information about them.

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