[Updated] D12159: help: add missing `.` in config reference
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Feb 10 13:46:24 UTC 2022
Closed by commit rHG4344fd2687dc: help: add missing `.` in config reference (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/D12159?vs=32113&id=32118
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12159/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12159
AFFECTED FILES
mercurial/helptext/config.txt
CHANGE DETAILS
diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt
+++ b/mercurial/helptext/config.txt
@@ -970,8 +970,8 @@
Beware that existing shares will not be upgraded/downgraded, and by
default, Mercurial will refuse to interact with them until the mismatch
- is resolved. See :hg:`help config share.safe-mismatch.source-safe` and
- :hg:`help config share.safe-mismatch.source-not-safe` for details.
+ is resolved. See :hg:`help config.share.safe-mismatch.source-safe` and
+ :hg:`help config.share.safe-mismatch.source-not-safe` for details.
Introduced in Mercurial 5.7.
@@ -2046,7 +2046,7 @@
tries to upgrade the share; if it fails, continue by
respecting the share source setting
- Check :hg:`help config format.use-share-safe` for details about the
+ Check :hg:`help config.format.use-share-safe` for details about the
share-safe feature.
``safe-mismatch.source-safe.warn``
@@ -2072,7 +2072,7 @@
tries to downgrade the share to not use share-safe;
if it fails, continue by respecting the shared source setting
- Check :hg:`help config format.use-share-safe` for details about the
+ Check :hg:`help config.format.use-share-safe` for details about the
share-safe feature.
``safe-mismatch.source-not-safe.warn``
@@ -2117,7 +2117,7 @@
Default to True.
For details on the "persistent-nodemap" feature, see:
- :hg:`help config format.use-persistent-nodemap`.
+ :hg:`help config.format.use-persistent-nodemap`.
``revlog.persistent-nodemap.slow-path``
Control the behavior of Merucrial when using a repository with "persistent"
@@ -2129,7 +2129,7 @@
``abort``: Prevent access to such repositories. (This is the default)
For details on the "persistent-nodemap" feature, see:
- :hg:`help config format.use-persistent-nodemap`.
+ :hg:`help config.format.use-persistent-nodemap`.
``revlog.reuse-external-delta-parent``
Control the order in which delta parents are considered when adding new
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/20220210/f615a053/attachment-0002.html>
More information about the Mercurial-patches
mailing list