diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -1753,6 +1753,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:pushrev', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',