# HG changeset patch # User Raphaël Gomès # Date 1649079397 0 # 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 -r b6f535f3beda -r 0940a45cc838 mercurial/configitems.py --- a/mercurial/configitems.py Thu Apr 07 15:29:02 2022 +0200 +++ b/mercurial/configitems.py Mon Apr 04 13:36:37 2022 +0000 @@ -1759,6 +1759,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:pushurl', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',