mercurial/thirdparty/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 31 Jan 2022 18:38:15 +0100
changeset 48685 21ac6aedd5e5
parent 34397 765eb17a7eb8
permissions -rw-r--r--
transaction: do not rely on a global variable to post_finalize file We can just add a new argument to the `addfilegenerator` function. This is more explicit and therefor clearer and less error prone. Differential Revision: https://phab.mercurial-scm.org/D12125