mercurial/helptext/config.txt
changeset 46305 8b94f05ab069
parent 46139 3ca5ca380a34
child 46307 51da7c8ef357
equal deleted inserted replaced
46304:04da2ef8b106 46305:8b94f05ab069
   892 
   892 
   893     Repositories with this on-disk format require Mercurial version 1.1.
   893     Repositories with this on-disk format require Mercurial version 1.1.
   894 
   894 
   895     Enabled by default.
   895     Enabled by default.
   896 
   896 
       
   897 ``use-persistent-nodemap``
       
   898     Enable or disable the "persistent-nodemap" feature which improves
       
   899     performance if the rust extensions are available.
       
   900 
       
   901     The "persistence-nodemap" persist the "node -> rev" on disk removing the
       
   902     need to dynamically build that mapping for each Mercurial invocation. This
       
   903     significantly reduce the startup cost of various local and server-side
       
   904     operation for larger repository.
       
   905 
       
   906     The performance improving version of this feature is currently only
       
   907     implemented in Rust, so people using a version of Mercurial compiled
       
   908     without the Rust part might actually suffer some slowdown.
       
   909 
       
   910     Repository with this on-disk format require Mercurial version 5.4 or above.
       
   911 
       
   912     Disabled by default.
       
   913 
   897 ``usestore``
   914 ``usestore``
   898     Enable or disable the "store" repository format which improves
   915     Enable or disable the "store" repository format which improves
   899     compatibility with systems that fold case or otherwise mangle
   916     compatibility with systems that fold case or otherwise mangle
   900     filenames. Disabling this option will allow you to store longer filenames
   917     filenames. Disabling this option will allow you to store longer filenames
   901     in some situations at the expense of compatibility.
   918     in some situations at the expense of compatibility.