changeset 50206:e69dc67f79a5

config-item: declare undeclared path suboption This should prevent issue like the previous commit.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Feb 2023 15:27:42 +0100
parents d23dc9509b0f
children f35cf52acabd
files mercurial/configitems.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Feb 23 15:26:43 2023 +0100
+++ b/mercurial/configitems.py	Thu Feb 23 15:27:42 2023 +0100
@@ -1851,7 +1851,7 @@
 )
 coreconfigitem(
     b'paths',
-    b'.*',
+    b'[^:]*',
     default=None,
     generic=True,
 )