mercurial/help/config.txt
changeset 27605 7793b3e220f6
parent 27552 20589d3bda6d
child 27606 ebe57ccd4822
equal deleted inserted replaced
27604:0e0e25a5e12a 27605:7793b3e220f6
   672     revision instead of the previous stored one. This provides significant
   672     revision instead of the previous stored one. This provides significant
   673     improvement for repositories with branches. Enabled by default. Disabling
   673     improvement for repositories with branches. Enabled by default. Disabling
   674     this option ensures that the on-disk format of newly created repository will
   674     this option ensures that the on-disk format of newly created repository will
   675     be compatible with Mercurial before version 1.9.
   675     be compatible with Mercurial before version 1.9.
   676 
   676 
       
   677 ``dotencode``
       
   678     Enable or disable the "dotencode" repository format which enhances
       
   679     the "fncache" repository format (which has to be enabled to use
       
   680     dotencode) to avoid issues with filenames starting with ._ on
       
   681     Mac OS X and spaces on Windows. Enabled by default. Disabling this
       
   682     option ensures that the on-disk format of newly created
       
   683     repositories will be compatible with Mercurial before version 1.7.
       
   684 
       
   685 ``usefncache``
       
   686     Enable or disable the "fncache" repository format which enhances
       
   687     the "store" repository format (which has to be enabled to use
       
   688     fncache) to allow longer filenames and avoids using Windows
       
   689     reserved names, e.g. "nul". Enabled by default. Disabling this
       
   690     option ensures that the on-disk format of newly created
       
   691     repositories will be compatible with Mercurial before version 1.1.
       
   692 
   677 ``usestore``
   693 ``usestore``
   678     Enable or disable the "store" repository format which improves
   694     Enable or disable the "store" repository format which improves
   679     compatibility with systems that fold case or otherwise mangle
   695     compatibility with systems that fold case or otherwise mangle
   680     filenames. Enabled by default. Disabling this option will allow
   696     filenames. Enabled by default. Disabling this option will allow
   681     you to store longer filenames in some situations at the expense of
   697     you to store longer filenames in some situations at the expense of
   682     compatibility and ensures that the on-disk format of newly created
   698     compatibility and ensures that the on-disk format of newly created
   683     repositories will be compatible with Mercurial before version 0.9.4.
   699     repositories will be compatible with Mercurial before version 0.9.4.
   684 
       
   685 ``usefncache``
       
   686     Enable or disable the "fncache" repository format which enhances
       
   687     the "store" repository format (which has to be enabled to use
       
   688     fncache) to allow longer filenames and avoids using Windows
       
   689     reserved names, e.g. "nul". Enabled by default. Disabling this
       
   690     option ensures that the on-disk format of newly created
       
   691     repositories will be compatible with Mercurial before version 1.1.
       
   692 
       
   693 ``dotencode``
       
   694     Enable or disable the "dotencode" repository format which enhances
       
   695     the "fncache" repository format (which has to be enabled to use
       
   696     dotencode) to avoid issues with filenames starting with ._ on
       
   697     Mac OS X and spaces on Windows. Enabled by default. Disabling this
       
   698     option ensures that the on-disk format of newly created
       
   699     repositories will be compatible with Mercurial before version 1.7.
       
   700 
   700 
   701 ``graph``
   701 ``graph``
   702 ---------
   702 ---------
   703 
   703 
   704 Web graph view configuration. This section let you change graph
   704 Web graph view configuration. This section let you change graph