Skip to content
Snippets Groups Projects
Commit 5d0d510d2db1 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

config: document the storage and format sections

This should help people to put configuration in the right section.
parent 6a98abbb95ee
No related branches found
No related tags found
2 merge requests!812Merge stable into default,!799config: document the storage and format sections
......@@ -1160,6 +1160,19 @@
default = false
generic = true
# The format section is dedicated to control of the repository on disk format
# and constraints.
#
# A format change affects which data is expected to be stored in the repository
# and how. It impacts other client whichever their version are, format change
# often comes with an associated entry in the requirements.
#
# The option are usually in the form `use-xxx-yyy` (with xxx-yy the feature name).
#
# To configure details of how the repository is accessed, without affect the
# repository formats, see the `storage section`.
[[items]]
section = "format"
name = "bookmarks-in-store"
......@@ -2102,6 +2115,15 @@
default = true
experimental = true
# The "storage" section house config options that change how the repository
# data are accessed by the current process but does not affects the on disk
# format. They can also adjust how the storage is computed, but without affect
# compatibility wither other clients.
#
# For deeper format change, see the `format` section.
[[items]]
section = "storage"
name = "dirstate-v2.slow-path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment