Mercurial > hg
changeset 50205:d23dc9509b0f
delta-find: declare the "paths..*:delta-reuse-policy option
While looking into renaming the option I realized it was not declared.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 23 Feb 2023 15:26:43 +0100 |
parents | 1c5241ba44f0 |
children | e69dc67f79a5 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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',