checkout: log when native checkout is used to scuba

Reviewed By: DurhamG

Differential Revision: D27064447

fbshipit-source-id: aabb79657e6e48779126733d0ab2b326c91e807e
This commit is contained in:
Andrey Chursin 2021-03-15 21:56:57 -07:00 committed by Facebook GitHub Bot
parent 7fdd69d7db
commit a43d7c5029

View File

@ -2310,6 +2310,10 @@ def update(
repo.ui.debug("Not using native checkout: %s\n" % fallbackcheckout)
else:
repo.ui.debug("Using native checkout\n")
repo.ui.log(
"nativecheckout",
using_nativecheckout=True,
)
sparsematchers = None
sparsematch = getattr(repo, "sparsematch", None)