[Updated] D12434: path: explicitly declare the `bookmarks.mode` suboptions
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Apr 7 08:31:46 UTC 2022
Closed by commit rHGaca668b980c8: path: explicitly declare the `bookmarks.mode` suboptions (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12434?vs=32754&id=32859
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12434/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12434
AFFECTED FILES
mercurial/configitems.py
CHANGE DETAILS
diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -1741,6 +1741,12 @@
generic=True,
)
coreconfigitem(
+ b'paths',
+ b'.*:bookmarks.mode',
+ default='default',
+ generic=True,
+)
+coreconfigitem(
b'phases',
b'checksubrepos',
default=b'follow',
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220407/8f5be016/attachment-0002.html>
More information about the Mercurial-patches
mailing list