mercurial/helptext/config.txt
changeset 49657 f5f113f1b011
parent 49569 5318ac25dfdc
child 49767 f1887500f3ec
equal deleted inserted replaced
49655:54421ef8a423 49657:f5f113f1b011
  2279     through push, pull, clone and unbundle.
  2279     through push, pull, clone and unbundle.
  2280 
  2280 
  2281     To fix affected revisions that already exist within the repository, one can
  2281     To fix affected revisions that already exist within the repository, one can
  2282     use :hg:`debug-repair-issue-6528`.
  2282     use :hg:`debug-repair-issue-6528`.
  2283 
  2283 
       
  2284 .. container:: verbose
       
  2285 
       
  2286     ``revlog.delta-parent-search.candidate-group-chunk-size``
       
  2287         Tune the number of delta bases the storage will consider in the
       
  2288         same "round" of search. In some very rare cases, using a smaller value
       
  2289         might result in faster processing at the possible expense of storage
       
  2290         space, while using larger values might result in slower processing at the
       
  2291         possible benefit of storage space. A value of "0" means no limitation.
       
  2292 
       
  2293         default: no limitation
       
  2294 
       
  2295         This is unlikely that you'll have to tune this configuration. If you think
       
  2296         you do, consider talking with the mercurial developer community about your
       
  2297         repositories.
       
  2298 
  2284 ``revlog.optimize-delta-parent-choice``
  2299 ``revlog.optimize-delta-parent-choice``
  2285     When storing a merge revision, both parents will be equally considered as
  2300     When storing a merge revision, both parents will be equally considered as
  2286     a possible delta base. This results in better delta selection and improved
  2301     a possible delta base. This results in better delta selection and improved
  2287     revlog compression. This option is enabled by default.
  2302     revlog compression. This option is enabled by default.
  2288 
  2303