Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2008-04-08 14:17:37
Size: 630
Editor: abuehl
Comment: +link to CompatibilityRules
Revision 10 as of 2010-10-10 19:35:23
Size: 901
Editor: KevinBullock
Comment: add dotencode
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
   [:RevlogNG] is used.    [[RevlogNG]] is used.
 * `fncache`
   Revlog data files are named to work around Windows limitations described in [[fncacheRepoFormat]].
 * `dotencode`
   Leading '.' or ' ' in revlog data filenames are encoded (see http://selenic.com/pipermail/mercurial-devel/2010-August/023929.html).
Line 13: Line 17:
See also: [:CompatibilityRules] See also: [[CompatibilityRules]]

Starting with Mercurial version 0.9.2 there is a file .hg/requires which specifies the capabilities needed by a client to access this repository. It is a text file, where each line contains the name of a capability and optionally (separated by a = character from the name) a list of parameters, each separated by a comma (,).

Currently there are only capabilities which don't need parameters.

Capabilities

See also: CompatibilityRules


CategoryInternals

RequiresFile (last edited 2013-09-13 22:34:47 by mpm)