diff tests/test-help.t @ 27631:c18292a6ff54

internals: document revlog format It seems like a good idea to document the revlog format. There is a lot more that could be added to this documentation. But you have to start somewhere.
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 30 Dec 2015 16:21:57 -0700
parents b3376fba4ab9
children 067d87feeb11
line wrap: on
line diff
--- a/tests/test-help.t	Tue Dec 22 23:25:17 2015 +0000
+++ b/tests/test-help.t	Wed Dec 30 16:21:57 2015 -0700
@@ -875,6 +875,7 @@
   
        bundles       container for exchange of repository data
        changegroups  representation of revlog data
+       revlogs       revision storage mechanism
 
 sub-topics can be accessed
 
@@ -2716,6 +2717,13 @@
   </td><td>
   representation of revlog data
   </td></tr>
+  <tr><td>
+  <a href="/help/internals.revlogs">
+  revlogs
+  </a>
+  </td><td>
+  revision storage mechanism
+  </td></tr>