# HG changeset patch # User Pierre-Yves David # Date 2023-02-23 14:27:42 # Node ID e69dc67f79a5664212e4f2a1156d929300041ce0 # Parent d23dc9509b0f81384572ecbd056d77a9276214cb config-item: declare undeclared path suboption This should prevent issue like the previous commit. diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -1851,7 +1851,7 @@ coreconfigitem( ) coreconfigitem( b'paths', - b'.*', + b'[^:]*', default=None, generic=True, )