mercurial/interfaces/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Tue, 19 Jan 2021 00:18:39 +0100
changeset 46357 72f5280e33b6
parent 42813 268662aac075
permissions -rw-r--r--
commit: look-up new revision once Look-up by node is slightly more expensive, so since it is necessary more than once, do it explicitly. Differential Revision: https://phab.mercurial-scm.org/D9830