##// END OF EJS Templates
help: add missing `.` in config reference...
marmoute -
r49576:4344fd26 stable
parent child Browse files
Show More
@@ -970,8 +970,8 b' https://www.mercurial-scm.org/wiki/Missi'
970
970
971 Beware that existing shares will not be upgraded/downgraded, and by
971 Beware that existing shares will not be upgraded/downgraded, and by
972 default, Mercurial will refuse to interact with them until the mismatch
972 default, Mercurial will refuse to interact with them until the mismatch
973 is resolved. See :hg:`help config share.safe-mismatch.source-safe` and
973 is resolved. See :hg:`help config.share.safe-mismatch.source-safe` and
974 :hg:`help config share.safe-mismatch.source-not-safe` for details.
974 :hg:`help config.share.safe-mismatch.source-not-safe` for details.
975
975
976 Introduced in Mercurial 5.7.
976 Introduced in Mercurial 5.7.
977
977
@@ -2046,7 +2046,7 b' Alias definitions for revsets. See :hg:`'
2046 tries to upgrade the share; if it fails, continue by
2046 tries to upgrade the share; if it fails, continue by
2047 respecting the share source setting
2047 respecting the share source setting
2048
2048
2049 Check :hg:`help config format.use-share-safe` for details about the
2049 Check :hg:`help config.format.use-share-safe` for details about the
2050 share-safe feature.
2050 share-safe feature.
2051
2051
2052 ``safe-mismatch.source-safe.warn``
2052 ``safe-mismatch.source-safe.warn``
@@ -2072,7 +2072,7 b' Alias definitions for revsets. See :hg:`'
2072 tries to downgrade the share to not use share-safe;
2072 tries to downgrade the share to not use share-safe;
2073 if it fails, continue by respecting the shared source setting
2073 if it fails, continue by respecting the shared source setting
2074
2074
2075 Check :hg:`help config format.use-share-safe` for details about the
2075 Check :hg:`help config.format.use-share-safe` for details about the
2076 share-safe feature.
2076 share-safe feature.
2077
2077
2078 ``safe-mismatch.source-not-safe.warn``
2078 ``safe-mismatch.source-not-safe.warn``
@@ -2117,7 +2117,7 b' category impact performance and reposito'
2117 Default to True.
2117 Default to True.
2118
2118
2119 For details on the "persistent-nodemap" feature, see:
2119 For details on the "persistent-nodemap" feature, see:
2120 :hg:`help config format.use-persistent-nodemap`.
2120 :hg:`help config.format.use-persistent-nodemap`.
2121
2121
2122 ``revlog.persistent-nodemap.slow-path``
2122 ``revlog.persistent-nodemap.slow-path``
2123 Control the behavior of Merucrial when using a repository with "persistent"
2123 Control the behavior of Merucrial when using a repository with "persistent"
@@ -2129,7 +2129,7 b' category impact performance and reposito'
2129 ``abort``: Prevent access to such repositories. (This is the default)
2129 ``abort``: Prevent access to such repositories. (This is the default)
2130
2130
2131 For details on the "persistent-nodemap" feature, see:
2131 For details on the "persistent-nodemap" feature, see:
2132 :hg:`help config format.use-persistent-nodemap`.
2132 :hg:`help config.format.use-persistent-nodemap`.
2133
2133
2134 ``revlog.reuse-external-delta-parent``
2134 ``revlog.reuse-external-delta-parent``
2135 Control the order in which delta parents are considered when adding new
2135 Control the order in which delta parents are considered when adding new
General Comments 0
You need to be logged in to leave comments. Login now