comparison mercurial/help/config.txt @ 38744:ae17555ef93f stable

config: rename `revlog` section into `storage` The idea was suggested by Gregory Szorc on IRC. It is more generic and seems better. It is probably best to rename the section before it ever makes into an official (non-rc) release. The only config option currently in this section have been prefixed with `revlog` to clarify it applies to `revlog` related storage.
author Boris Feld <boris.feld@octobus.net>
date Fri, 20 Jul 2018 09:08:20 +0200
parents 913ca175c4ae
children 8b5f97ab5774
comparison
equal deleted inserted replaced
38743:10d40c83205b 38744:ae17555ef93f
1771 ``revsetalias`` 1771 ``revsetalias``
1772 --------------- 1772 ---------------
1773 1773
1774 Alias definitions for revsets. See :hg:`help revsets` for details. 1774 Alias definitions for revsets. See :hg:`help revsets` for details.
1775 1775
1776 ``revlog`` 1776 ``storage``
1777 ---------- 1777 ----------
1778 1778
1779 Control the strategy Mercurial uses internally to store history. Options in this 1779 Control the strategy Mercurial uses internally to store history. Options in this
1780 category impact performance and repository size. 1780 category impact performance and repository size.
1781 1781
1782 ``optimize-delta-parent-choice`` 1782 ``revlog.optimize-delta-parent-choice``
1783 When storing a merge revision, both parents will be equally considered as 1783 When storing a merge revision, both parents will be equally considered as
1784 a possible delta base. This results in better delta selection and improved 1784 a possible delta base. This results in better delta selection and improved
1785 revlog compression. This option is enabled by default. 1785 revlog compression. This option is enabled by default.
1786 1786
1787 Turning this option off can result in large increase of repository size for 1787 Turning this option off can result in large increase of repository size for