From patchwork Mon Apr 4 16:03:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D12437: path: explicitly declare the `bookmarks.mode` suboptions From: phabricator X-Patchwork-Id: 50783 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Mon, 4 Apr 2022 16:03:36 +0000 marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This will help documentation and discovery. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D12437 AFFECTED FILES mercurial/configitems.py CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -1759,6 +1759,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:pushurl', + default=None, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',