diff doc/hgrc.5.txt @ 4164:fe41d9a186ab

Allow disabling store format to work with absurdly long filenames
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Mar 2007 16:12:52 -0600
parents 51e52db6b40d
children aac150af09e8
line wrap: on
line diff
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -215,6 +215,15 @@ extensions::
     # (this extension will get loaded from the file specified)
     myfeature = ~/.hgext/myfeature.py
 
+format::
+
+  usestore;;
+    Enable or disable the "store" repository format which improves
+    compatibility with systems that fold case or otherwise mangle
+    filenames. Enabled by default. Disabling this option will allow
+    you to store longer filenames in some situations at the expense of
+    compatibility.
+
 hooks::
   Commands or Python functions that get automatically executed by
   various actions such as starting or finishing a commit. Multiple