# HG changeset patch # User Pierre-Yves David # Date 2022-04-04 13:36:32 # 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 --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -1753,6 +1753,12 @@ coreconfigitem( generic=True, ) coreconfigitem( + b'paths', + b'.*:pushrev', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',