sapling/mercurial/help/internals
Gregory Szorc 8509056f34 sparse: add a requirement when a repository uses sparse (BC)
The presence of a sparse checkout can confuse legacy clients or
clients without sparse enabled for reasons that should be obvious.

This commit introduces a new repository requirement that tracks
whether sparse is enabled. The requirement is added when a sparse
config is activated and removed when the sparse config is reset.

The localrepository constructor has been taught to not open repos
with this requirement unless the sparse feature is enabled. It yields
a more actionable error message than what you would get if the
lockout were handled strictly at the requirements verification phase.
Old clients that aren't sparse aware will see the generic
"repository requires features unknown to this Mercurial" error,
however.

The new requirement has "exp" in its name to reflect the
experimental nature of sparse. There's a chance that the eventual
non-experimental feature won't change significantly and we could
have squatted on the "sparse" requirement without ill effect. If
that happens, we can teach new clients to still recognize the old
name. But I suspect we'll sneak in some BC and we'll want a new
requirement to convey new meaning.

Differential Revision: https://phab.mercurial-scm.org/D110
2017-07-17 11:45:38 -07:00
..
bundles.txt help: don't try to render a section on sub-topics 2016-08-06 17:04:22 -07:00
censor.txt internals: add some brief documentation about censor 2017-01-23 20:17:24 -05:00
changegroups.txt help: spelling fixes 2017-05-03 22:07:47 -04:00
requirements.txt sparse: add a requirement when a repository uses sparse (BC) 2017-07-17 11:45:38 -07:00
revlogs.txt revlog: skeleton support for version 2 revlogs 2017-05-19 20:29:11 -07:00
wireprotocol.txt internals: document that "branches" is a legacy wire command 2017-05-03 14:07:14 -07:00