##// END OF EJS Templates
Document config option format.usefncache and improve format.usestore docs.
Thomas Arendsen Hein -
r7235:7488a1f1 default
parent child Browse files
Show More
@@ -265,7 +265,16 b' format::'
265 compatibility with systems that fold case or otherwise mangle
265 compatibility with systems that fold case or otherwise mangle
266 filenames. Enabled by default. Disabling this option will allow
266 filenames. Enabled by default. Disabling this option will allow
267 you to store longer filenames in some situations at the expense of
267 you to store longer filenames in some situations at the expense of
268 compatibility.
268 compatibility and ensures that the on-disk format of newly created
269 repositories will be compatible with Mercurial before version 0.9.4.
270
271 usefncache;;
272 Enable or disable the "fncache" repository format which enhances
273 the "store" repository format (which has to be enabled to use
274 fncache) to allow longer filenames and avoids using Windows reserved
275 names, e.g. "nul". Enabled by default. Disabling this option ensures
276 that the on-disk format of newly created repositories will be
277 compatible with Mercurial before version 1.1.
269
278
270 [[merge-patterns]]
279 [[merge-patterns]]
271 merge-patterns::
280 merge-patterns::
General Comments 0
You need to be logged in to leave comments. Login now