mercurial/help/config.txt
branchstable
changeset 38744 ae17555ef93f
parent 38737 913ca175c4ae
child 38754 8b5f97ab5774
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