comparison 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
comparison
equal deleted inserted replaced
4162:b2d9e553cdc8 4164:fe41d9a186ab
212 [extensions] 212 [extensions]
213 # (the mq extension will get loaded from mercurial's path) 213 # (the mq extension will get loaded from mercurial's path)
214 hgext.mq = 214 hgext.mq =
215 # (this extension will get loaded from the file specified) 215 # (this extension will get loaded from the file specified)
216 myfeature = ~/.hgext/myfeature.py 216 myfeature = ~/.hgext/myfeature.py
217
218 format::
219
220 usestore;;
221 Enable or disable the "store" repository format which improves
222 compatibility with systems that fold case or otherwise mangle
223 filenames. Enabled by default. Disabling this option will allow
224 you to store longer filenames in some situations at the expense of
225 compatibility.
217 226
218 hooks:: 227 hooks::
219 Commands or Python functions that get automatically executed by 228 Commands or Python functions that get automatically executed by
220 various actions such as starting or finishing a commit. Multiple 229 various actions such as starting or finishing a commit. Multiple
221 hooks can be run for the same action by appending a suffix to the 230 hooks can be run for the same action by appending a suffix to the