comparison 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
comparison
equal deleted inserted replaced
27630:9358124b4a65 27631:c18292a6ff54
873 Technical implementation topics 873 Technical implementation topics
874 """"""""""""""""""""""""""""""" 874 """""""""""""""""""""""""""""""
875 875
876 bundles container for exchange of repository data 876 bundles container for exchange of repository data
877 changegroups representation of revlog data 877 changegroups representation of revlog data
878 revlogs revision storage mechanism
878 879
879 sub-topics can be accessed 880 sub-topics can be accessed
880 881
881 $ hg help internals.changegroups 882 $ hg help internals.changegroups
882 Changegroups 883 Changegroups
2714 changegroups 2715 changegroups
2715 </a> 2716 </a>
2716 </td><td> 2717 </td><td>
2717 representation of revlog data 2718 representation of revlog data
2718 </td></tr> 2719 </td></tr>
2720 <tr><td>
2721 <a href="/help/internals.revlogs">
2722 revlogs
2723 </a>
2724 </td><td>
2725 revision storage mechanism
2726 </td></tr>
2719 2727
2720 2728
2721 2729
2722 2730
2723 2731