.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 19 Jun 2018 22:11:34 -0700
changeset 38418 b34d0a6ef936
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
progress: extract function for closing topic progress(None) had a completely different implementation from the progress(<not None>) implementation. It very much feels like it should be a separate method, so this patch makes it so. That also makes it clear that only the topic parameter matters when closing a topic (e.g. "total" does not matter). Differential Revision: https://phab.mercurial-scm.org/D3821

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