Show More
@@ -1793,6 +1793,14 b' coreconfigitem(' | |||||
1793 | coreconfigitem( |
|
1793 | coreconfigitem( | |
1794 | b'storage', b'revlog.nodemap.mode', default=b'compat', experimental=True |
|
1794 | b'storage', b'revlog.nodemap.mode', default=b'compat', experimental=True | |
1795 | ) |
|
1795 | ) | |
|
1796 | # experimental as long as format.use-persistent-nodemap is. | |||
|
1797 | coreconfigitem( | |||
|
1798 | b'storage', | |||
|
1799 | b'revlog.persistent-nodemap.slow-path', | |||
|
1800 | default=b"allow", | |||
|
1801 | experimental=True, | |||
|
1802 | ) | |||
|
1803 | ||||
1796 | coreconfigitem( |
|
1804 | coreconfigitem( | |
1797 | b'storage', |
|
1805 | b'storage', | |
1798 | b'revlog.reuse-external-delta', |
|
1806 | b'revlog.reuse-external-delta', |
@@ -1953,6 +1953,18 b' category impact performance and reposito' | |||||
1953 | For details on the "persistent-nodemap" feature, see: |
|
1953 | For details on the "persistent-nodemap" feature, see: | |
1954 | :hg:`help config format.use-persistent-nodemap`. |
|
1954 | :hg:`help config format.use-persistent-nodemap`. | |
1955 |
|
1955 | |||
|
1956 | ``revlog.persistent-nodemap.slow-path`` | |||
|
1957 | Control the behavior of Merucrial when using a repository with "persistent" | |||
|
1958 | nodemap with an installation of Mercurial without a fast implementation for | |||
|
1959 | the feature: | |||
|
1960 | ||||
|
1961 | ``allow``: Silently use the slower implementation to access the repository. | |||
|
1962 | ||||
|
1963 | Default to "allow" | |||
|
1964 | ||||
|
1965 | For details on the "persistent-nodemap" feature, see: | |||
|
1966 | :hg:`help config format.use-persistent-nodemap`. | |||
|
1967 | ||||
1956 | ``revlog.reuse-external-delta-parent`` |
|
1968 | ``revlog.reuse-external-delta-parent`` | |
1957 | Control the order in which delta parents are considered when adding new |
|
1969 | Control the order in which delta parents are considered when adding new | |
1958 | revisions from an external source. |
|
1970 | revisions from an external source. |
General Comments 0
You need to be logged in to leave comments.
Login now