comparison mercurial/helptext/config.txt @ 46334:4b0192f592cf

share: move share safe functionality out of experimental The share-safe functionality is complete and all configuration options are implemented. The behavior is well discussed on mailing list and in reviews. Let's unmark this as experimental to solve a chichen and egg issue. Differential Revision: https://phab.mercurial-scm.org/D9823
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 18 Jan 2021 19:16:49 +0530
parents 2eb5fe13461b
children 3b1c0c367606
comparison
equal deleted inserted replaced
46333:2eb5fe13461b 46334:4b0192f592cf
912 912
913 Repository with this on-disk format require Mercurial version 5.4 or above. 913 Repository with this on-disk format require Mercurial version 5.4 or above.
914 914
915 Disabled by default. 915 Disabled by default.
916 916
917 ``use-share-safe``
918 Enable or disable the "share-safe" functionality, which enables shares
919 to read requirements and configuration of its source repository.
920
921 Disabled by default.
922
917 ``usestore`` 923 ``usestore``
918 Enable or disable the "store" repository format which improves 924 Enable or disable the "store" repository format which improves
919 compatibility with systems that fold case or otherwise mangle 925 compatibility with systems that fold case or otherwise mangle
920 filenames. Disabling this option will allow you to store longer filenames 926 filenames. Disabling this option will allow you to store longer filenames
921 in some situations at the expense of compatibility. 927 in some situations at the expense of compatibility.