comparison mercurial/help.py @ 36451:1fa35ca345a5

internals: document bundle2 format It seems like a good idea to have thorough documentation of the bundle2 data format, including the format of each part and the capabilities. The added documentation is far from complete. For example, we don't fully capture the semantics of each capability and part. But a start is better than nothing, which was pretty much where we were before. Differential Revision: https://phab.mercurial-scm.org/D2298
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 17 Feb 2018 11:19:52 -0700
parents 4174970c9147
children 521f6c7e1756
comparison
equal deleted inserted replaced
36450:d478c8cd89d1 36451:1fa35ca345a5
195 return doc 195 return doc
196 196
197 return loader 197 return loader
198 198
199 internalstable = sorted([ 199 internalstable = sorted([
200 (['bundle2'], _('Bundle2'),
201 loaddoc('bundle2', subdir='internals')),
200 (['bundles'], _('Bundles'), 202 (['bundles'], _('Bundles'),
201 loaddoc('bundles', subdir='internals')), 203 loaddoc('bundles', subdir='internals')),
202 (['censor'], _('Censor'), 204 (['censor'], _('Censor'),
203 loaddoc('censor', subdir='internals')), 205 loaddoc('censor', subdir='internals')),
204 (['changegroups'], _('Changegroups'), 206 (['changegroups'], _('Changegroups'),