# HG changeset patch # User Pierre-Yves David # Date 1649079392 -7200 # Node ID bb76343959d626897c47bda16258f973c5b87aab # Parent 9e2ac831f5032358cd747507350e047e680fea47 path: explicitly declare the `pushrev` suboptions This will help documentation and discovery. Differential Revision: https://phab.mercurial-scm.org/D12436 diff -r 9e2ac831f503 -r bb76343959d6 mercurial/configitems.py --- a/mercurial/configitems.py Mon Apr 04 15:36:17 2022 +0200 +++ b/mercurial/configitems.py Mon Apr 04 15:36:32 2022 +0200 @@ -1753,6 +1753,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:pushrev', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',