diff 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
line wrap: on
line diff
--- a/mercurial/help.py	Mon Feb 26 23:54:40 2018 +0530
+++ b/mercurial/help.py	Sat Feb 17 11:19:52 2018 -0700
@@ -197,6 +197,8 @@
     return loader
 
 internalstable = sorted([
+    (['bundle2'], _('Bundle2'),
+     loaddoc('bundle2', subdir='internals')),
     (['bundles'], _('Bundles'),
      loaddoc('bundles', subdir='internals')),
     (['censor'], _('Censor'),