delta-find: declare the "paths..*:delta-reuse-policy option
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Feb 2023 15:26:43 +0100
changeset 50205 d23dc9509b0f
parent 50204 1c5241ba44f0
child 50206 e69dc67f79a5
delta-find: declare the "paths..*:delta-reuse-policy option While looking into renaming the option I realized it was not declared.
mercurial/configitems.py
--- a/mercurial/configitems.py	Thu Feb 23 15:16:40 2023 +0100
+++ b/mercurial/configitems.py	Thu Feb 23 15:26:43 2023 +0100
@@ -1880,6 +1880,12 @@
     generic=True,
 )
 coreconfigitem(
+    b'paths',
+    b'.*:delta-reuse-policy',
+    default=None,
+    generic=True,
+)
+coreconfigitem(
     b'phases',
     b'checksubrepos',
     default=b'follow',