Differences between revisions 5 and 6
Revision 5 as of 2006-12-10 21:28:35
Size: 567
Comment: simpler RevlogNG link, clarification for parameters.
Revision 6 as of 2008-04-07 22:35:49
Size: 593
Editor: abuehl
Comment: +cat
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
   ["RevlogNG"] is used.    [:RevlogNG] is used.

----
CategoryInternals

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

  • store

    • The directory .hg/store contains the subdirectories data (see CaseFoldingPlan)

  • revlogv1

    • [:RevlogNG] is used.


CategoryInternals

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