--- a/doc/hgrc.5.txt Wed Mar 07 15:26:03 2007 -0300
+++ b/doc/hgrc.5.txt Thu Mar 08 16:12:52 2007 -0600
@@ -215,6 +215,15 @@
# (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