- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5069d47..5438245 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -590,6 +590,8 @@
 Build
 -----
 
+- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
+
 - Issue #15923: fix a mistake in asdl_c.py that resulted in a TypeError after
   2801bf875a24 (see #15801).