# HG changeset patch # User Raphaël Gomès # Date 2022-04-04 13:36:37 # Node ID 0940a45cc8389fb0453634597c7c0402694a29d6 # Parent b6f535f3beda19406d5f869f5a3ba33f04bf7aa0 path: explicitly declare the `pushurl` suboption This will help documentation and discovery. Differential Revision: https://phab.mercurial-scm.org/D12437 diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -1759,6 +1759,12 @@ coreconfigitem( generic=True, ) coreconfigitem( + b'paths', + b'.*:pushurl', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',