diff mercurial/configitems.py @ 50246:f35cf52acabd

delta-find: rename `delta-reuse-policy` to `pulled-delta-reuse-policy` This make it clearer which type of delta we are talking about.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Feb 2023 15:32:27 +0100
parents e69dc67f79a5
children a6b8b1ab9116
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Feb 23 15:27:42 2023 +0100
+++ b/mercurial/configitems.py	Thu Feb 23 15:32:27 2023 +0100
@@ -1881,7 +1881,7 @@
 )
 coreconfigitem(
     b'paths',
-    b'.*:delta-reuse-policy',
+    b'.*:pulled-delta-reuse-policy',
     default=None,
     generic=True,
 )